Search code examples
How should I go about implementing MVVM architecture pattern in my project?...

androidkotlinviewmodelandroid-livedataandroid-mvvm

Read More
How can firebase phone auth be implemented in view model?...

firebasekotlinmvvmfirebase-authenticationandroid-mvvm

Read More
Android Compose MVVM File Picker Can See File, Cannot Select (Import CSV), permissions, other issues...

androidandroid-jetpack-composefile-permissionsandroid-mvvm

Read More
How to use Dispatchers.IO correctly to read local files on Android?...

androidkotlinandroid-jetpack-composekotlin-coroutinesandroid-mvvm

Read More
Android Compose Paging 3 - Loading all pages at once without scrolling in LazyColumn with network ca...

androidandroid-jetpack-composeandroid-mvvmandroid-pagingandroid-paging-3

Read More
multiple instances with compose and kotlin...

androidkotlinandroid-jetpack-composeviewmodelandroid-mvvm

Read More
Optional multi-value filtering function for Room Database Compose/Kotlin...

androidkotlinsqliteandroid-roomandroid-mvvm

Read More
Best way to use ArrayList in in Kotlin/MVVM. StateFlow vs Flow vs suspend...

kotlinandroid-mvvmkotlin-stateflow

Read More
Get java.lang.RuntimeException: Failed to call observer method from binding implementation method...

androidandroid-roomandroid-databindingandroid-livedataandroid-mvvm

Read More
BaseFragment with viewbinding...

androidkotlinandroid-mvvmandroid-viewbinding

Read More
How to pass a String parameter to a viewmodel in compose?...

androidkotlinandroid-jetpack-composeandroid-viewmodelandroid-mvvm

Read More
Why network call is not triggered while using retrofit with jetpack compose mvvvm...

androidretrofit2android-viewmodeldagger-hiltandroid-mvvm

Read More
Which Context will be passed to WorkManager.getInstance()...

javaandroidmvvmandroid-workmanagerandroid-mvvm

Read More
Android Clean Architecture View Model implements callbacks from View...

androidmvvmandroid-jetpack-composeclean-architectureandroid-mvvm

Read More
How to implement RoomDataBase in An Activity using Dagger Hilt Injection in View Model...

androidkotlinandroid-roomdagger-hiltandroid-mvvm

Read More
Flow data is not showing in jetpack compose...

androidandroid-jetpack-composeandroid-mvvmkotlin-stateflow

Read More
Android: Model mapping in repository pattern...

androidkotlinrepository-patternandroid-architecture-componentsandroid-mvvm

Read More
"Using ViewModel and LiveData Without Explicit Dependency Declaration in build.gradle"...

androidgradleandroid-livedataandroid-viewmodelandroid-mvvm

Read More
How to get appModule properties in feature modules...

androidandroid-fragmentsandroid-architecture-componentsandroid-mvvmmodularization

Read More
Why Kotlin's collect function doesn't terminate itself?...

kotlinandroid-roomkotlin-coroutinesdagger-hiltandroid-mvvm

Read More
Which is better to use for API calls, Dispatcher.IO or Dispatcher.Main?...

androidkotlinkotlin-coroutinesandroid-viewmodelandroid-mvvm

Read More
Navigate using View Model in Jetpack Compose...

androidkotlinandroid-jetpack-composeandroid-jetpack-navigationandroid-mvvm

Read More
I want to store and display highScore value on local device with .NET MAUI MVVM. Where and with what...

c#.netmauiandroid-mvvmmaui-community-toolkit

Read More
The score I earned on the Game page with .NET MAUI MVVM is not visible on other pages. How can I kee...

c#.netmauiandroid-mvvmmaui-community-toolkit

Read More
Whether the answer is right or wrong, my score and counter are constantly increasing. Idont want thi...

c#.netmauiandroid-mvvmmaui-community-toolkit

Read More
I made the property observable but it is not visible on the screen...

c#.netmauiandroid-mvvmmaui-community-toolkit

Read More
Time, score and questions do not appear on the screen with .NET MAUI MVVM...

c#asp.netmauiandroid-mvvmmaui-community-toolkit

Read More
Clicking the Play button on the HomePage does not go to the GameSelectionPage...

c#.netmvvmmauiandroid-mvvm

Read More
How can I call multiple APIs that are depending to each other's data, each response data must be...

androidandroid-jetpack-composekotlin-coroutinesandroid-mvvmcoroutinescope

Read More
How to test the ViewModel using Junit, Mockito and Kotlin flows in Android...

androidmockitokotlin-flowandroid-mvvmandroid-junit

Read More
BackNext