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

前端 未结 7 1383
[愿得一人]
[愿得一人] 2020-12-04 05:42

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\", \"Sli

相关标签:
7条回答
  • 2020-12-04 06:25

    This git should help you implement what you want: https://github.com/spongebobrf/MaterialIntroTutorial,

    This android Library demonstrating a material intro tutorial much like the ones on Google Sheets, as you mention.

    In addition, this library takes the background color set for each page and when scrolling between the two pages, the two colors will fade into one another

    Here are few more intro gits that can help you out:

    1. https://github.com/HeinrichReimer/material-intro
    2. https://github.com/PaoloRotolo/AppIntro
    0 讨论(0)
提交回复
热议问题