Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myntra/coachmarks
CoachMarks
https://github.com/myntra/coachmarks
android coach-marks coachmarks
Last synced: about 1 month 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-28T06:55:08.000Z (almost 3 years ago)
- Last Synced: 2023-08-20T12:39:44.835Z (over 1 year 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
[![Platform](https://img.shields.io/badge/platform-android-green.svg)](http://developer.android.com/index.html)
![SDK](https://img.shields.io/badge/SDK-16%2B-green.svg)
![Release](https://img.shields.io/badge/release-0.0.11-green.svg)
[![Jitpack](https://jitpack.io/v/myntra/CoachMarks.svg)](https://jitpack.io/#myntra/CoachMarks)
[![Build Status](https://travis-ci.org/myntra/CoachMarks.svg?branch=master)](https://travis-ci.org/myntra/CoachMarks)
[![CircleCI](https://circleci.com/gh/myntra/CoachMarks.svg?style=svg)](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
![coachmarks](screenshots/coachmarks.png)![coachmarksGif](screenshots/coachmarks.gif)
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 athttp://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.