Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/worker8/TourGuide
TourGuide is an Android library that aims to provide an easy way to add pointers with animations over a desired Android View
https://github.com/worker8/TourGuide
Last synced: 12 days ago
JSON representation
TourGuide is an Android library that aims to provide an easy way to add pointers with animations over a desired Android View
- Host: GitHub
- URL: https://github.com/worker8/TourGuide
- Owner: worker8
- License: mit
- Created: 2015-04-03T03:38:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-04-20T08:29:21.000Z (over 2 years ago)
- Last Synced: 2024-10-22T16:15:47.093Z (17 days ago)
- Language: Kotlin
- Size: 581 KB
- Stars: 2,633
- Watchers: 80
- Forks: 416
- Open Issues: 84
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-kotlin - TourGuide - TourGuide is an Android library that aims to provide an easy way to add pointers with animations over a desired Android View (Libraries)
- awesome-github-android-ui - TourGuide - 应用使用方法指导视图 (用户引导)
README
![](https://img.shields.io/badge/Kotlin-1.2.10-orange.svg) ![](https://api.travis-ci.org/worker8/TourGuide.svg?branch=master) ![](https://camo.githubusercontent.com/cf76db379873b010c163f9cf1b5de4f5730b5a67/68747470733a2f2f6261646765732e66726170736f66742e636f6d2f6f732f6d69742f6d69742e7376673f763d313032)
# TourGuide
TourGuide is an Android library. It lets you add pointer, overlay and tooltip easily, guiding users on how to use your app. Refer to the example below(this is a trivial example for demo purpose):# Documentation
Refer to this :point_down:http://worker8.github.io/TourGuide/
# License
click to reveal License
The MIT License (MIT)
Copyright (c) 2016 Tan Jun Rong
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.