Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariovc committed Aug 26, 2016
1 parent 33bcdd6 commit fa9fdf8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
ImagePicker
==================

ImagePicker is an Android library to easily pick an image from gallery or camera app. The users can select their prefered gallery/camera app on a unique Intent.
ImagePicker is an Android library to easily pick an image from gallery or camera app. The users can select their prefered gallery/camera app on a unique Intent.
Download the APK sample on Google Play:

<a href="https://play.google.com/store/apps/details?id=com.mvc.imagepicker">
<img alt="Add me to Linkedin" src="./art/GooglePlay.png" />
</a>


Screenshots
-----------

![Sample screenshot][1]
![Sample screenshot][2]


Usage
Expand Down Expand Up @@ -60,7 +65,7 @@ Add ``ImagePicker`` dependency to your *app* ``build.gradle`` file:

```groovy
dependencies{
compile 'com.github.Mariovc:ImagePicker:1.0.0'
compile 'com.github.Mariovc:ImagePicker:1.0.2'
}
```

Expand All @@ -83,7 +88,6 @@ Developed By
<img alt="Add me to Linkedin" src="./art/linkedin.png" />
</a>


License
-------

Expand All @@ -101,6 +105,5 @@ License
See the License for the specific language governing permissions and
limitations under the License.

[1]: ./art/ImagePickerSample.gif
[2]: ./art/linkedin.png
[3]: ./art/twitter.png
[1]: ./art/GooglePlay.png
[2]: ./art/ImagePickerSample.gif
Binary file added art/GooglePlay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fa9fdf8

Please sign in to comment.