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

Is This Proper Android Mvvm Design?

I'm a beginner with Android development, and I'm trying to make a practice app using MVVM. … Read more Is This Proper Android Mvvm Design?

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 Use Android Navigation Without Binding To Ui In Viewmodel (mvvm)?

I am using android navigation that was presented at Google I/O 2018 and it seems like I can use it … Read more How To Use Android Navigation Without Binding To Ui In Viewmodel (mvvm)?

Android Viewmodel Call Activity Methods

I'm using android AAC library and Android databinding library in my project. I have AuthActivit… Read more Android Viewmodel Call Activity Methods

Mvvm Design Pattern In Flutter

we try to develop a flutter app and we create a stateful widget as a page . we want to separate bui… Read more Mvvm Design Pattern In Flutter