App build to work with offline first architecture, where realm local data is consumed with LiveData and activies are notified when there is sync in local database with REST API.
This test: Galaxy Nexus API 30
Other tests: Samsung A10 and Moto G 7 Plus
Sync in made using Retrofit to consume REST API, if there is updates in consumed remote data, then it's stored/updated in local database.