8000 GitHub - sunil676/AndroidArchitectureSample: Android Architecture component sample
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sunil676/AndroidArchitectureSample

Repository files navigation

AndroidArchitectureSample

Android Architecture component sample, to run this project add your api key in Constant file.

Using library

  • LiveData LiveData is a data holder class that keeps a value and allows this value to be observed. Unlike a regular observable, LiveData respects the lifecycle of app components, such that the Observer can specify a Lifecycle in which it should observe..
  • Lifecycle Lifecycle is a class that holds the information about the lifecycle state of a component (like an activity or a fragment) and allows other objects to observe this state..
  • Retrofit2 A library for networking operation and provide Reactive Nature.
  • Dagger2 Dependency Injection for injecting the instance of object easy.
  • Room Room provides an abstraction layer over SQLite to allow fluent database access while harnessing the full power of SQLite..
  • DataBinding Bind the view easy.
  • Material Design It provides the material deisgn for UI.

About

Android Architecture component sample

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0