Hello Kodars, sup?!
I wanted to know if anyone of you created onboarding screen on your app. So I could get some tips and tricks. I am not new to the community but there is many things to explore.
I wanted to do onboarding screen like this (check attachment) and couldn’t figure out how to show that after install only. And also the progessbar (Screen number with dots) how to sync that with the slides.
Help I need with -
Components suggestion to do Onboarding Screen. (Example if possible). [Need Solution]
How to show only after Install. [Solved]
Solution :
Hi, a5artilary you can use TinyDB to do that.
On first start app check TinyDB if the value is empty show onboarding screen and store some value on TinyDB.
On second start app check TinyDB if the value is not empty and go to another screen or show you needs to show.
Check the main screenshot I provided. The progessbar (3 dots) when It is in the first slide first dot is highlighted and others aren’t. Same goes with other slides.
But is this all in one screen? If so, you will just have a variable to change with every slide and then do it. But if it is on different screens, you have to use TinyDB, as mentioned by @bestprintsf. Best idea now: show us your blocks what you have already tried.