Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-viewmodel

Cannot create an instance of subclass of AndroidViewModel

Share ViewModel across Fragments with Dagger Scopes in Single Activity App

Android Live data observer exception

viewModelScope.launch does not work for second time

Is the usage of livedata-ktx with ViewModels causing memory leaks if the LiveData is not backed by a property?

How do I use Data Binding with reused layouts?

The retrofit call not update viewmodel or viewmodel not update the view

Caused by: java.lang.NoSuchMethodException: <init> [class android.app.Application] - viewmodel

android android-viewmodel

How to share ViewModel between Parent fragment and fragment inside child fragment

android android-viewmodel

NoSuchMethodException when obfuscating with proGuard

How to get hiltViewModel from Activity?

viewModelScope unresolved reference

Is it bad to inject two ViewModel objects into a composable function?

java.lang.RuntimeException: Cannot create an instance of class ViewModel, when android recreates Activity and Fragment

How to use ViewModel with Jetpack Compose?

How to implement bidirectional syncing of text field input between a view model and a composable?

Android two way databinding is not working for edittext in Fragment