Ramotion / paper-onboarding-android

:octocat: PaperOnboarding is a material design slider made by @Ramotion

Home Page:https://www.ramotion.com/paper-onboarding-android/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

help

ImAbhishekTomar opened this issue · comments

how can i display onboarding app only first time?

Hello, @jackryu. This question should be answered by your app navigation logic. For example you may add a boolean flag to your sharedprefs after first time showing onboarding flow, and in your start activity check if it's true or false and according to that decide where to go next.