Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-livedata

What is the best way to pass a default/initial value to a Jetpack Compose TextField?

Shuffle LiveData<List<Item>> from Room Database on App Open

MutableLiveData retains old value even when the observer activity gets destroyed

Updating Room entitity and observing the list

Android LiveData/StateFlow List Item Property Update Issue

When submitting a new list to RecyclerView ListAdapter the diff check always returns true for areContentsTheSame()

LiveData not updating for every list item, only for the last one

MutableStateFlow not working with MutableList

Is it ok to have different ViewModels for each Composable on a single screen in Android?

Update ViewModel between a fragment and an activity

why is the live data observe method not called?

Pass data from Repository to ViewModel

Pass arguments from fragment to viewmodel function

best way to convert flow to live data