ANDROID ARCHITECTURE PATTERNS (LiveData, RxJava,ViewModel) MVVM

Опубликовано: 04 Октябрь 2024
на канале: Bamidele Oguntuga
1,608
29

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/...