Skip to content

Commit

Permalink
Add Android Arsenal badge
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoMatilla committed Feb 12, 2016
1 parent 23e5bb7 commit 168dc44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#AudioPlayerView

[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-AudioPlayerView-green.svg?style=true)](https://android-arsenal.com/details/1/3140)

AudioPlayerView is an Android view that loads audio from an url and have basic playback tools.

It makes use of the Android [MediaPlayer](https://developer.android.com/intl/es/reference/android/media/MediaPlayer.html) library.
Expand Down Expand Up @@ -49,6 +51,7 @@ Use it in your Activity, Fragment or Custom View
AudioPlayerView audioPlayerView = (AudioPlayerView) findViewById(R.id.player);
audioPlayerView.withUrl(url);
```

## Callbacks
There are 3 callbacks:

Expand Down

0 comments on commit 168dc44

Please sign in to comment.