CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
android-viewmodel
09-10
Mobile
Why should we do network call in ViewModel (Android)?
09-02
Back-end
How can I stop a screen from recomposing in Jetpack Compose?
09-02
Back-end
Is it bad to inject two ViewModel objects into a composable function?
08-21
OS
Viewmodelprovider context type missmatch in fragment
08-20
database
Why does my observer doesn't get notified when a new item is added to my livedata list
08-09
Software design
Best practise of using view model in jetpack compose
08-05
Blockchain
How can i share data across multiple fragments in application?
08-03
Mobile
ViewModelScope might get canceled while inserting entries into a Room database
07-22
Net
Android ViewModel: How to get a result from the Activity (best practice)?
07-21
OS
Jetpack Compose: How to detect when TabRow inside HorizontalPager is visible and call a ViewModel fu
07-05
Software engineering
Best practice to call a variable from ViewModel
07-03
database
MutableStatOf Data Class not creating re-composition in Composable
06-27
front end
How to create viewmodel instance for a lot of fragments?
06-19
Software design
How to add item in LazyColumn in jetpack compose?
06-18
Net
Jetpack Compose viewModel not getting value on method
06-15
Net
use 'mutableState' value in init of viewmodel
05-26
Net
Cannot create an instance of class view model - Kotlin
05-05
database
Does LiveData have to exist in the Repository?
04-25
Software engineering
Data not displaying through ViewModel
04-10
Enterprise
Return is not returning the value
04-04
Net
Cannot create an instance of class com.example.retrotest.ui.AlbumsViewModel
03-30
database
Android: Set LiveData in ViewModel from a Service
03-17
Mobile
Why (Not?) Pass Context to Android ViewModelFactory
03-17
Software engineering
ViewModel with LiveData and MutableList not Updating in Jetpack Compose
03-12
Mobile
How to disable recreate fragment when rotate screen in Android
03-09
other
Cannot create an instance of Application ViewModel
02-28
Software engineering
Avoid repetitive launch when emitting value using Flow, StateFlow, SharedFlow
02-18
OS
Implementing CoroutineScope in ViewModel
02-12
front end
Compose creating new ViewModel instance
12-22
Back-end
Viewmodel seems to be scoped to a fragment instead of activity. I am using navigation component as w
12-22
Back-end
Handle search results after configuration change MVVM
12-21
Net
Configuration Changes Not Save App State MVVM
12-20
front end
ProgressBar not showing and observing in MVVM pattern
12-16
OS
Difference between abstract class BaseVMActivity<VM : ViewModel, B : ViewBinding> and abstract
12-12
front end
Android: One ViewModel for multiple Fragments possible?
12-06
Blockchain
How to create a ViewModel object inside composable function correctly?
11-26
OS
ClassCastException When Initialising Interface ViewModel Using by navGraphViewModels() [with Hilt]
11-26
Back-end
How to navigate on view model field change in Compose Navigation?
11-20
Software engineering
ViewModel Data Loses State When Accessed From Second Fragment
11-10
Blockchain
AbstractSavedStateViewModelFactory: SavedStateProvider with the given key is already registered
55
1
2
Next
Last
Links:
CodePudding