Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/shalskar/PeekAndPop
Browse files Browse the repository at this point in the history
  • Loading branch information
shalskar committed Feb 4, 2016
2 parents 0cfa1e8 + 2bb4cae commit d629c82
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# PeekAndPop

### THIS LIBRARY IS CURRENTLY UNDER DEVELOPMENT AND NOT INTENDED TO BE USED IN PRODUCTION

PeekAndPop is an open source Android library, inspired by Instagram's latest 3D touch feature.
As 3D touch is not available for android, this library uses long hold.

Expand All @@ -17,13 +15,11 @@ certain amount of time).
- Specify views within the peek view layout that can listen to hold and release events (where the user holds the view
and then releases).

### Demo:

<a href="url"><img src="http://i.giphy.com/14c7kKoK7Pizlu.gif" width="220" ></a>
##Demo app
<a href="https://github.com/shalskar/PeekAndPopDemo"><img src="http://i.giphy.com/14c7kKoK7Pizlu.gif" width="220" ></a>
####https://github.com/shalskar/PeekAndPopDemo
<br>



### Getting started:

This library is hosted on Jitpack.io, which means to use it you will have to add the following to your root `build.gradle` file.
Expand All @@ -41,7 +37,7 @@ And then you will need to add the following dependency to your applications `bui

```gradle
dependencies {
compile 'com.github.shalskar:PeekAndPop:5a012c64ac'
compile 'com.github.shalskar:PeekAndPop:v0.1'
}
```

Expand Down

0 comments on commit d629c82

Please sign in to comment.