Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulJanagouda committed Sep 30, 2017
2 parents 9b48185 + d6eae25 commit 61183d8
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# StatusStories
#### [APK Link](https://goo.gl/jZzyg8) | [Video Link](https://goo.gl/7Jx6Hx)
StatusStories is an photo view implementation of
- Snapchat stories
- Instagram stories
Expand All @@ -8,15 +9,14 @@ StatusStories is an photo view implementation of
<img src="images/demo.gif" width=216 height=400 />


#### [APK Link](https://goo.gl/jZzyg8) | [Video Link](https://goo.gl/7Jx6Hx)


<img src="images/i0001.jpg" width=216 height=400 /> <img src="images/i0002.jpg" width=216 height=400 />

<img src="images/i0006.jpg" width=216 height=400 /> <img src="images/i0004.jpg" width=216 height=400 />


## Features at glance
------------------
- Highly customizable Stories view
- Click left right edge to move forward or previous just like WhatsApp
- Hold the center area to pause
Expand All @@ -28,7 +28,6 @@ StatusStories is an photo view implementation of


## Install
-------
#1 Add it in your root build.gradle at the end of repositories:

```groovy
Expand All @@ -48,9 +47,7 @@ StatusStories is an photo view implementation of
```

How to Use
----------

## How to Use
#1. As this uses Glide internally, please add this to root level repositories as this library uses glide to load the images.
```groovy
maven { name 'glide-snapshot'; url 'http://oss.sonatype.org/content/repositories/snapshots' }
Expand All @@ -73,16 +70,11 @@ How to Use
```


Pulls are most welcome
----------------------



## Pulls are most welcome
Inspired by [StoriesProgressView](https://github.com/shts/StoriesProgressView)


License
---
## License

```
Copyright (C) 2017 Rahul Janagouda
Expand Down

0 comments on commit 61183d8

Please sign in to comment.