Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-viewmodel

How could i run my logic code inside composable function just 1 time?

How can I share a ViewModel between Activities?

android 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?