Skip to content

jntuv/SoundRecorder

 
 

Repository files navigation

git init git config user.name my-name git config user.email my-email git add file.txt or git add . git commit -m 'message' git branch b1 git checkout b1 git merge master [ you should be in the branch b1] git add . git clone http.....git

git remote add origin https://github.com/jntuv/git.git git branch -M main git push -u origin main $ git remote set-url origin git@github.com:ppreyer/first_app.git //to change remote repo

Easy Sound Recorder

A simple sound recording app implementing Material Design.

Android app on Google Play Android app on F-Droid

Screenshots:

alt tag alt tag alt tag alt tag

Credits / Libraries used:

https://github.com/makovkastar/FloatingActionButton

https://github.com/MohammadAG/Android-SoundRecorder

https://github.com/astuetz/PagerSlidingTabStrip

About

A simple sound recording app implementing Material Design

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%