https://github.com/myntra/coachmarks
CoachMarks
https://github.com/myntra/coachmarks
android coach-marks coachmarks
Last synced: about 1 year ago
JSON representation
CoachMarks
- Host: GitHub
- URL: https://github.com/myntra/coachmarks
- Owner: myntra
- License: apache-2.0
- Created: 2017-03-08T06:26:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-02-28T06:55:08.000Z (over 4 years ago)
- Last Synced: 2023-08-20T12:39:44.835Z (almost 3 years ago)
- Topics: android, coach-marks, coachmarks
- Language: Java
- Homepage:
- Size: 17.9 MB
- Stars: 28
- Watchers: 7
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CoachMarks
[](http://developer.android.com/index.html)


[](https://jitpack.io/#myntra/CoachMarks)
[](https://travis-ci.org/myntra/CoachMarks)
[](https://circleci.com/gh/myntra/CoachMarks)
### Install
Add jitpack to your root `build.gradle`
```
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
```
Add the dependency
```
dependencies {
compile 'com.github.myntra:CoachMarks:0.0.11'
}
```
### Screenshots


License
-------
Copyright 2017 Manjunath Chandrashekar & Mudit Pant
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.