MaterialIntroTutorial
Android Library demonstrating a material intro tutorial much like the ones on Google Sheets
This library creates an introduction screen for your application. The help tutorial takes the background colour set for each page and when scrolling between the two pages, the two colours will fade into one another.
Example Usage
Add the following into your build.gradle:
In your activity, create a list of TutorialItems (set the title, subtitle, background colour and image drawable int). Pass them onto the MaterialTutorialActivity and start the activity for result.