Sample app demonstrating Recommended app architecture for Android!
A detailed guide on creating Android App by following google recommanded app architecture and latest architectural design components can be found here. http://thetechguru.in/category/android/
https://www.youtube.com/watch?v=hnNHJE5AFXM
App is created using Lifecycle aware components i.e.LifecycleFragment, LiveData, RoomDB.
Retrofit is being used for accessing data from RESTful API.
You can directly check out project from Android studio!
For more samples, visit https://github.com/googlesamples/android-architecture