Open Source: Android app Novice Guides Open source Control
When an app first touches a user or has a large version update, the user is often the novice guide, and a good beginner's guide often makes it easy for new users to quickly learn how to manipulate your app's capabilities. The importance of novice guidance is self-evident. This article collects and collates some of the best-performing novices on GitHub to guide open source controls to help your app show better results in front of the user. Of course, if you have the energy, you can also develop and maintain a set of novice guidance effect.
Guideview
Https://github.com/binIoter/GuideView
A lightweight novice guide library from Chinese developers can quickly create a mask layer for any view, support a single page, multiple boot tips, support for setting different graphics for highlighted areas, support for guided animations, easy expansion, and good support for fragment.
Use, more effects, detailed implementation principles, etc., you can view the project's README.
Spotlight
Https://github.com/wooplr/Spotlight
This dynamic guideline makes it easier for users to take a hint at the entrance to the new feature, as compared to the static guideline effect.
Materialintroview
Https://github.com/iammert/MaterialIntroView
The following effect is seen from an app called Fabulous, the author first saw it and liked it very much, so he built a wheel.
Highlight
Https://github.com/hongyangAndroid/Highlight
A library for app Directivity highlighting, developers are Yang known in many Android circles.
Fancyshowcaseview
Https://github.com/faruktoptas/FancyShowCaseView
It's also a great guide, see, support for custom view and animations, and more.
Showcaseview
Https://github.com/amlcurran/ShowcaseView
Quickly show your users the app's two point, which is implemented based on the cling custom view in the source code of the Android system (Ice-cream sandwich and Jelly Bean two versions of launcher).
You must be familiar with the results below.
Materialshowcaseview
Https://github.com/deano2390/MaterialShowcaseView
Received the last recommended Showcaseview inspired and written control, the Material design style is designed to make the effect look better.
Summarize
For beginners guidelines on open source projects recommended for the time being, if you have a more good open source project recommended Welcome to my message! By the same, this blog will not regularly do a kind of open source control of the collation, welcomed the continued attention. Readers are expected to be able to select one or two projects to familiarize themselves with the implementation principle while using open source projects.
This article is the technical Horizon original works, reproduced please indicate the original source: Http://blog.coderclock.com/2017/05/22/android/open-source-android-app-guide-view-library , welcome to my public number: Technology Horizon
Open Source: Android app Novice Guides Open source Control