Search code examples
How to pass a String parameter to a viewmodel in compose?...


androidkotlinandroid-jetpack-composeandroid-viewmodelandroid-mvvm

Read More
BaseFragment with viewbinding...


androidkotlinandroid-mvvmandroid-viewbinding

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
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
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
Shared view model in android compose project while using Hilt for dependency injection?...


android-jetpack-composeviewmodelandroid-mvvm

Read More
Where to place the MyFirebaseMessagingService file in Android project MVVM?...


androidfirebasemvvmfirebase-cloud-messagingandroid-mvvm

Read More
Jetpack Compose: How good is having a separate ViewModel for every interactive component on Screen...


androidkotlinandroid-jetpack-composeandroid-viewmodelandroid-mvvm

Read More
Should Data Transfer Objects (DTOs) be used to bind UI too?...


kotlinmvvmclean-architectureandroid-mvvm

Read More
Cannot resolve ViewModelProvider construction in a fragment?...


androidandroid-livedataandroid-architecture-componentsandroid-mvvm

Read More
MVVM Should I Move View Logic to ViewModel?...


androidmvvmviewmodelandroid-livedataandroid-mvvm

Read More
Is it okay to pass activity instance to view model as per clean architecture...


androidandroid-viewmodelclean-architectureandroid-mvvm

Read More
Let every Observer only receive *new* LiveData upon subscribing/observing...


androidandroid-lifecycleandroid-architecture-componentsandroid-livedataandroid-mvvm

Read More
How to get value from ViewModel viewModelScope.launch without observing it in Activity?...


androidkotlin-coroutinesandroid-viewmodelkotlin-flowandroid-mvvm

Read More
BackNext