CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
android-livedata
09-09
Enterprise
How to return values only after observing LiveData in Android [Kotlin]
09-02
Back-end
In Kotlin Android, viewModel has no observer
09-01
Software design
I want to update my adapter in realtime using Room Database , LiveData and Viewmodel. But don't
09-01
Back-end
java.lang.NullPointerException:Attempt to invoke virtual method 'void androidx.lifecycle.Mutabl
08-20
database
Why does my observer doesn't get notified when a new item is added to my livedata list
08-12
database
Getting a List from Coroutines
08-05
OS
LiveData observer not triggered
07-26
front end
Unit Testing the SEQUENCE of values emitted from a single livedata
07-15
OS
How to update livedata through a method with multiple parameters
07-07
Back-end
LiveData observer is not being called when changing value
07-06
other
Attempt to invoke virtual method 'void androidx.lifecycle.MutableLiveData.setValue(java.lang.Ob
07-05
Software engineering
Room livedata : crash on launch
07-05
Software engineering
changing value of a LiveData on click of button only. But the observer's onChange is getting ca
06-21
Software design
Does Kotlin Flow Emits new data every time if something changed in room database?
06-21
Software design
How to observe livedata of nested relation pojo android room
06-17
Net
Problem Implement LiveData : Observe always called when resume fragment (backstack from another frag
06-15
Blockchain
Does `let` make a copy of the data?
06-12
Net
MutableLiveData, LiveData List empty or add item first position
06-11
OS
Android Room - Trying to query a single row based on Primary ID
06-11
Blockchain
lateinit var for LiveData
06-09
Enterprise
LiveData Observer isn't triggered for the second time
05-28
database
Kotlin Coroutines - cannot return object from room db
05-25
database
App slow after making a request inside another request
05-25
Blockchain
Want to add a delay for textView when using livedata that pass LatLon
05-19
Net
Observe callback is not being triggered with Kotlin coroutines Flow and LiveData?
05-14
Software engineering
Is this a bug relating to LiveData
05-13
Mobile
How do you observe LiveData outside a fragment
05-12
Mobile
How do you observe LiveDat outside a fragment
05-03
Net
Using stateflow for mutableList in Android
05-02
Enterprise
Observers not being triggered whe LiveData changes - Kotlin
04-28
Net
getResponse From ViewModel Live Data
04-22
database
How to get object of Maximum value from LiveData?
04-13
Net
How to Unit Test a ViewModel using Flows and LiveData with runTest?
04-12
Net
Easy Problem: Android Kotlin LiveData observe function causes null pointer exception after I delete
04-11
Software engineering
How do I initialize one LiveData object to another?
04-07
Software engineering
Why not auto update list when used LiveData in Android
04-02
Software design
Can't change the value of MutableList in a Kotlin class
03-31
Back-end
How can DiffUtil know about list changes when only the companion object has changed?
03-30
database
Android: Set LiveData in ViewModel from a Service
03-27
other
LiveData value not updating UI in Jetpack Compose until I navigate out
69
1
2
Next
Last
Links:
CodePudding