Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-livedata

Incompatible types with LiveData of a child as a LiveData of a parent

Trigger update for a LiveData member when another LiveData is updated in the view model

LiveData in Background Threads or non-UI components

Unit test with LiveData Method getMainLooper in android.os.Looper not mocked

LiveData and Coroutines - Property must be initialized or abstract

LiveData observer vs onPrepareOptionsMenu race

Handle To Remove/Add Live Data Observer to Observe On Button Click

Android Jetpack: RecyclerView is not updating when LiveData is set

Combine two LiveData objects with the same observer types

How can I change in ViewModel source of my LiveData from Room Dao

MVVM: Complex View/ViewModel -> Multiple LiveData objects?

Getting Initial Value for LiveData Always Returning Null

How to use Filter SearchView for RecyclerView when using Livedata?

Unit Testing I can't add Observer to LiveData NullPointerException

Refresh fragment on back to previous fragment

When unit testing a viewmodel with a repository that returns a flow, an error happen when converting it to a livedata

Refresh data from a network using LiveData

What is the difference between emit and emitSource with LiveData ? ( as in REAL time USE-CASE )

Accessing BroadCastReceiver in Viewmodel

Multiple LiveData Observers After Popping Fragment