Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-livedata

Live Data in MVP architectural pattern

Automatically persist changes from two way data binding using Room?

Do I need to dispose() Publishers created using LiveDataReactiveStreams

LiveData observe() not called

Why is the value param nullable in Observer from Android Architecture Components?

Livedata vs Rxjava

java.lang.IllegalArgumentException: This source was already added with the different observer

Activity cannot be converted to LifecycleOwner

LiveData observer's onChanged gets called on activity rotation even though there was no change in the data

How can i send data from Activity to Fragment using LiveData and ViewModel class

LiveData: Remove observer from inside Observer lambda

Observing SharedPreferences Data

How to use ViewModel in a fragment?

Checking if RoomDatabase is empty while using LiveData

LiveData not updating when data changes

LiveData observer is being triggered multiple times using Navigation Component

Android Repository pattern

How to cast LifecycleOwner on Service class?

Is it possible to make one LiveData of two LiveDatas?