Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-livedata

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?

Android test for LiveData

Activity cannot be cast to LifecycleOwner

ViewModel Unit testing multiple view states with LiveData, Coroutines and MockK

LiveData and ViewModel does not update textview

Error: Cannot use unbound generics in Type Converters

Why this Android Room insert does not work?

Why can't I call kotlin suspend function under lambda function

Use LiveData without Lifecycle Owner

When to use Android’s LiveData and Observable field?

Get java.lang.RuntimeException: Failed to call observer method from binding implementation method

Android - Filter LiveData List based on Selected Item change in ViewModel

Some fragment observers trigger after pop from back stack although data is not changed

Should we create a separate repository for each Activity or single repository for entire app

how to change LiveData observable query parameter with room database in android?

Data binding LiveData from Transformation - Android Kotlin