python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Kotlin livedata observer not triggered
i'm practising a bit with kotlin and was testing Room and livedata, my app gets data from a json and the stores it in room, i want to move this network call to its own file and class, but if i do so ...
NicoTorrell
Votes: 0
Answers: 0
Live data observer stop when push new activity
I have two Activities, each one have its ViewModel, and I need to make the first Activity live data observer keep running when push to the new Activity, the current happening is when launch second Act...

Qasem M. Zreaq
Votes: 0
Answers: 1
ipywidget Dropdown 'new' value contains multiple objects
I am building some interactive graphs and am trying to build one with second dynamic dropdown based on the first.
def update_dropdown(change):
global country_list
global country_list2
glob...

Mike Zoucha
Votes: 0
Answers: 1
Retrieve created model ID in laravel observer
i've registered an observer on my Client model.
Why is $client->id null? Shouldn't the freshly created model ID be available to read?
What can i do to retrieve the last created Client ID?
ID is set...
Mario Villani
Votes: 0
Answers: 1