TangoAgency / material-intro-screen

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

will it detect automatically first time app is launch to show into, and never show again? #147

Closed Photogad closed 6 years ago

Photogad commented 6 years ago

I am not an android programmer but I'm the CEO of an app company and my developer died. I need to quickly put a material intro into one of my app. I don't really know java that well but I can follow the directions on the page. But my question is, if I add this library and the fragment, will this automatically detect the app is first opened by user and show the intro? And then never show it again after they complete the intro?

if not can anyone guide me how to do this. thank you very much for your help.

radzio commented 6 years ago

Hello, my condolences. This library does not have this functionality. You have to implement it on your own. You can use this: https://github.com/jonfinerty/Once to implement what you want.