Michael B
Posts: 0
Joined: Mon Jan 27, 2014 5:19 pm

How to create app Onboarding screens?

I want to create something I've seen in many apps these days: a few pages that are typically shown when the user first opens the app that show the user - by swiping through perhaps 3-5 pages - what the app is all about (often called an "onboarding process".

I know I can change my startscreen to some other page, but how do you designate that 3-5 pages of your app should be shown only once and only when the app is being opened for the first time by the user?

Michael

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

How to create app Onboarding screens?

Hello Michael,

You can write a value of the storage variable, and check it on the startScreen: show these pages if that variable is empty, else - hide them.

Return to “Issues”