Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-livedata

android LiveData Observable doesn't return data if calls are made quickly

What ViewModelStoreOwner to use for ViewModelProvider in Fragment?

Android Architecture Components ViewModel Context

How can I get a value from LiveData?

Difference between LiveData, MutableLiveData [duplicate]

Communication between view and ViewModel in MVVM with LiveData

Preferred Fragment lifecycle method for instantiating ViewModels

LiveData two-way databinding WITHOUT exposing MutableLiveData

How to solve "Cannot access androidx.activity.contextaware.ContextAware'"?

toLiveData not available from DataSource.Factory in Android's Paging

Best way to update a single element using Paging Library

Contact Provider using View Model and Live Data

How to observe LiveData in RecyclerView adapter in MVVM architecture?

Android: clean architecture with Room database and LiveData in DAO

Observe LiveData from JobService

Android - MVVM with LiveData component and a Retrofit call in Repository

Multiple calls to set LiveData is not observed

is observeForever lifecycle aware?

ViewModel in fragment clears values on screen rotation