You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Android Jetpack adds support for Lifecycle that makes the calling of OnlineRepository.dispose() easier by attaching an OnlineRepository to a Lifecycle and done!
Is there a way to do this easily? Hooking into a ViewModel or Activity/Fragment or any other Lifecycle?
The text was updated successfully, but these errors were encountered:
Android Jetpack adds support for Lifecycle that makes the calling of
OnlineRepository.dispose()
easier by attaching an OnlineRepository to a Lifecycle and done!Is there a way to do this easily? Hooking into a
ViewModel
orActivity/Fragment
or any otherLifecycle
?The text was updated successfully, but these errors were encountered: