Skip to content

naXa777/SoundRecorder

 
 

Repository files navigation

Easy Sound Recorder 2

API Build Status Codacy Badge

A simple sound recording Android app implementing Material Design.

Icon Android app on Google Play

Contributing

Contributors are more than welcome. Feel free to report bugs, fix bugs, implement new features, improve translations, increase test coverage, or write documentation.

Please, read Contributing guidelines before opening new issues or submitting pull requests to this repository.

Screenshots

Imgur Imgur Imgur Imgur Imgur Imgur Imgur Imgur

Building

If you want to run the app locally, do the following:

  1. Download or clone the repository
  2. Import the project in your IDE (we use Gradle + Android Studio to build)
  3. Setup Crashlytics (you need Firebase and Fabric.io accounts for this)
  4. You should now be able to build and run the app.

See Add Firebase to your Android project and Get started with Firebase Crashlytics if you need more help.

Dev environment

Permissions needed for the app are:

  • record audio
  • write to external storage (to store recordings)
  • read from external storage (to playback recordings)
  • internet access (for stats collection)

Since February 2017 Google enforces a strict privacy policy requirement for apps using sensitive permissions (the RECORD_AUDIO permission). See Privacy Policy of Easy Sound Recorder 2.

Credits / Libraries used: