python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Live data observer called before getting the data from API/Database
I am using Firebase Firestore as Database and getting data from firestore. I am calling categoryList data from function from Home Fragment-->ViewModel-->Repository(Suspend function) and obseve t...
Ketan
Votes: 0
Answers: 1
LiveData stops observing when fragment is destroyed
I have couple of fragments (lets say A,B and C) replacing each other. In fragment A, there is a recyclerView which should be updated as an observer receives changes in a liveData. But the observer doe...
msc87
Votes: 0
Answers: 0
Problem with resizeObserver, React and probably re-render issue (not yet identified)
I've got a problem in my application. I've made a component that wrap a children and display a "Show more/less" around it. It accepts an initialHeight and a MaxHeight which are 2 numbers, th...

Touk
Votes: 0
Answers: 0
Without reloading Tableview, update the changed index cell values using Observer in iOS Swift
In the first time I collect the array values from API response and displayed it in tableview, again I will get the same response from socket and reload the values in table, But here I don't need to re...
Sharmila Devi
Votes: 0
Answers: 1