TangoAgency / material-intro-screen

Inspired by Heinrich Reimer Material Intro and developed with love from scratch
MIT License
2.71k stars 410 forks source link

This intro screen every time I launch the app. #183

Closed NarzaryU closed 4 years ago

NarzaryU commented 4 years ago

Hi @DreierF I used your library but the intro screen launch every time at app start. It would be helpful if you can show me how to show it only once.

thebentiq commented 4 years ago

Try to use SharedPreferences as a temporary workaround. Initially set preference to false/0 and after intro has been used it would change the value itself to true/1. When app opens, it detects that value is now true and intro would not show up.