Skip to content Skip to sidebar Skip to footer
Showing posts with the label Mvvm

Best Practice: Runtime Filters With Room And Livedata

I am working on a screen that shows the contents of a Room wrapped DB using a recycler. The adapter… Read more Best Practice: Runtime Filters With Room And Livedata

Android Refreshing Adapter Work After Rotation Again Device

This code works fine when i add some data into 'List model' and restore saved data on rotat… Read more Android Refreshing Adapter Work After Rotation Again Device

Google/facebook Sign In In Mvvm

I'm using MVVM structure with Data Binding in my project. Things get weird when it comes to GG/… Read more Google/facebook Sign In In Mvvm

Making A Generic Network Adapter Using Livedata, Retrofit, Mvvm And Repository Pattern

I am new to android architecture components and I am trying to use LiveData and ViewModels with mvv… Read more Making A Generic Network Adapter Using Livedata, Retrofit, Mvvm And Repository Pattern

Update Object Type Livedata With Databinding

I want to update views via databinding with livedata. Lets have a look at the scenario. Data Class … Read more Update Object Type Livedata With Databinding

How To Include Source Cache In Cloud Firestore Realtime Update In Mvvm Architecture Android

In my app i am using android MVVM architecture, so for retrieving data from cloud firestore i am u… Read more How To Include Source Cache In Cloud Firestore Realtime Update In Mvvm Architecture Android