ANDROID ARCHITECTURE PATTERNS (LiveData, RxJava,ViewModel) MVVM
1,617 views · Published 21 December 2018 · 30:07 · Indexed 23 September 2026
Channel: Delaroy | Mobile Architect · 2018 · Science & Technology
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/mvvm