Android Architecture component sample, to run this project add your api key in Constant file.
- 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.