This is a complete tutorial on the full components of the Android Architectural Framework using a Quiz App that consumes data from an external Web Service with the help of RxJava Observable pattern, saving those data to the Sqlite-Database using Room, and fetching through LiveData via the ViewModel. This is a complete tutorial. All network calls are taking away from activities to conform with the Android Architectural Pattern.
Get source code here: https://github.com/delaroy/Quiz/tree/...