Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Cleveroad/SlidingTutorial-Android
Android Library for making animated tutorials inside your app
https://github.com/Cleveroad/SlidingTutorial-Android
Last synced: about 2 months ago
JSON representation
Android Library for making animated tutorials inside your app
- Host: GitHub
- URL: https://github.com/Cleveroad/SlidingTutorial-Android
- Owner: Cleveroad
- License: mit
- Created: 2015-10-09T14:10:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-19T09:15:07.000Z (about 6 years ago)
- Last Synced: 2024-08-16T14:34:42.839Z (4 months ago)
- Language: Java
- Homepage: https://www.cleveroad.com/
- Size: 6.03 MB
- Stars: 2,485
- Watchers: 105
- Forks: 378
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-android-ui - SlidingTutorial-Android - Android滑动引导页库 (用户引导)
README
##SlidingTutorial [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
![Header image](/images/header.jpg)## Cleveroad introduces Sliding Tutorial Library for Android
Hey guys, hope you haven’t started developing a tutorial for your Android app yet, as we have already completed a part of your job. Don’t worry, we act from good motives only. Our aim is to help you create a sliding tutorial in a fast and simple manner. So we’ve done some work and voila!. A simple Android Sliding Tutorial library is at your service.
![Demo image](/images/demo.gif)
###### Also you can watch the animation of the Sliding Tutorial for Android on YouTube in HD quality.The invention is going to ease the problem of structural design but not to limit a stretch of your imagination at the same time. We took care of the suitability aspect. So, your app is not going to look alien among other Android elements.
Read our Case Study: Sliding tutorial for Android by Cleveroad to make sure that you don’t miss a detail:
[![Article image](/images/article.png)](https://www.cleveroad.com/blog/case-study-sliding-tutorial-for-android-by-cleveroad)
Applied parallax effects will make your product presentation look like Google apps tutorial.
All you need to do is:
1. Create background designs for each screen of your tutorial (assistance with mobile design)
2. Create icons for each screen of your tutorial
3. Follow the instructions below[![Awesome](/images/logo-footer.png)](https://www.cleveroad.com/?utm_source=github&utm_medium=label&utm_campaign=contacts)
## Full Documentation
## Setup
To include this library to your project add dependency in **build.gradle** file:
```groovy
dependencies {
implementation "com.cleveroad:slidingtutorial:1.0.9"
}
```[Quick Start]
* [Configure your tutorial with TutorialOptions]
* [Configure Page Indicator]
* [Configure Tutorial Pages]## Migrations
See all [migration manuals].## Changelog
See [changelog history].## Support
If you have any questions regarding the use of this tutorial, please contact us for support at [email protected] (email subject: «Sliding Tutorial: Android. Support request.»)
or
Use our contacts:
Cleveroad.com
Facebook account
Twitter account
Google+ account## License
The MIT License (MIT)
Copyright (c) 2015-2016 Cleveroad
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.[migration manuals]: /MIGRATION.md
[changelog history]: /CHANGELOG.md[Quick Start]: https://github.com/Cleveroad/SlidingTutorial-Android/wiki/Quick-Start
[Configure your tutorial with TutorialOptions]: https://github.com/Cleveroad/SlidingTutorial-Android/wiki/Configure-your-tutorial-with-TutorialOptions
[Configure Page Indicator]: https://github.com/Cleveroad/SlidingTutorial-Android/wiki/Configure-Page-Indicator
[Configure Tutorial Pages]: https://github.com/Cleveroad/SlidingTutorial-Android/wiki/Configure-Tutorial-Pages