Replies: 1 comment
-
var lifecycleOwner = (ILifecycleOwner)Android.App.Application.Context; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
In my experience on the native dev side, using
LifecycleOwner
andViewModel
from android architecture components really reduces the number of android quirks you run into and could help align ios/android closer together so are fewer use-cases to worry about from a cross-platform perspectiveBeta Was this translation helpful? Give feedback.
All reactions