diff --git a/README.md b/README.md new file mode 100644 index 0000000..f10a62b --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Audio Recorder + +Android friendly! + +Audio Recorder with custom recording folder, nice recording volume indicator. + +# Install + +[![ Google Play](docs/google-play-badge.png)](https://play.google.com/store/apps/details?id=com.github.axet.audiorecorder) + +Manual install + + gradle installDebug + +# Screenshots + +![shot](/docs/shot.png) diff --git a/docs/google-play-badge.png b/docs/google-play-badge.png new file mode 100644 index 0000000..877bf74 Binary files /dev/null and b/docs/google-play-badge.png differ diff --git a/docs/shot.png b/docs/shot.png new file mode 100644 index 0000000..5370a32 Binary files /dev/null and b/docs/shot.png differ