Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/myntra/coachmarks

CoachMarks
https://github.com/myntra/coachmarks

android coach-marks coachmarks

Last synced: about 1 month ago
JSON representation

CoachMarks

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 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.