How to implement first launch tutorial like Android Lollipop apps: Like Sheets, Slides app?

Abhishek Balani picture Abhishek Balani · Nov 16, 2014 · Viewed 38.5k times · Source

I have Android 5.0 final build flashed in my Nexus 5. I noticed it has very beautiful, clean and elegant way of showing tutorial at first launch. Apps like "Sheets", "Slides" etc.

How can we implement that in our Android L compatible apps?

Also the app fades off the first launch screen and then shows the tutorial.

Tutorial screen 1 Initial screen which fades off and shows the tutorial

Answer

Adam picture Adam · Oct 19, 2015

There is a pretty good library for emulating these first run tutorials: https://github.com/PaoloRotolo/AppIntro

AppIntro example screenshot

Click for larger image