Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-livedata

Navigation Component - Problem with Livedata lifecycle

android android-livedata

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

How to access data from a Roomdatabase inside a BroadcastReceiver class

What is the difference between Android MutableLiveData vs ObservableList?

android android-livedata

IllegalArgumentException while using DataBinding on ImageView using LiveData

Forcing Paging Library DataSource refresh

Should we use lambda or anonymous class to observe LiveData

How to manipulate properties of Livedata list

Android ViewModel Observe MutableLiveData<ArrayList<String>>

I have a problem with Livedata observer called multiple time

ViewModel in DialogFragment

Returning LiveData of an Interface from Room?