https://kotlinlang.org logo
Title
u

user

06/19/2022, 6:01 PM
why when restarting the app, onboarding screen shows again in android jetpack compose? I have onboarding screens in my android jetpack compose project, and when I close and restart the app again, I see onboarding screen again, I try to use some of code from this example, but it is throw error for getOnboardState(), showSpinner(), navigateToOnboarding(), showContent(), as a Unresolved reference I do not know what I missed in my code, any idea? @AndroidEntryPoint class MainActivity : ComponentActivity() { enum...