Hi,Is there a library to replace Android Handler.c...
# android
c
Hi,Is there a library to replace Android Handler.callback?
z
not sure if this is what you’re asking, but coroutines are the trendy way to do async on android these days
c
ok, thank you ... but.. viewModelScope, apply? ok ?
z
the androidx libraries provide coroutine integrations for ViewModel, if that’s what you’re asking
c
ok.