Android Open Source - Sound record SoundRecorder






Project Summary

A simple sound recording app implementing Material Design.

Web Site / Source Repository

SoundRecorder is hosted in the following web site
https://github.com/dkim0419/SoundRecorder

If you think the Android project SoundRecorder listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of SoundRecorder.

ItemValue
Java File Count11
Supported screen sizes[xxxhdpi, mdpi, xxhdpi, hdpi, xhdpi]
Activity Count1
Fragment Count3
Required Permissionsandroid.permission.RECORD_AUDIO
android.permission.WRITE_EXTERNAL_STORAGE




License

The license information of SoundRecorder is as follows:

MIT License

Resource Files

There are 5 image files in SoundRecorder. The names of the image files are listed as follows.

ic_fileviewer.png
ic_media_pause.png
ic_media_play.png
ic_media_stop.png
ic_mic_white_36dp.png

The following screenshort is generated from the image listed above.

null




Java Source Files

com.danielkim.soundrecorder.ApplicationTest.java
com.danielkim.soundrecorder.DBHelper.java
com.danielkim.soundrecorder.RecordingItem.java
com.danielkim.soundrecorder.RecordingService.java
com.danielkim.soundrecorder.activities.MainActivity.java
com.danielkim.soundrecorder.adapters.FileViewerAdapter.java
com.danielkim.soundrecorder.fragments.FileViewerFragment.java
com.danielkim.soundrecorder.fragments.LicensesFragment.java
com.danielkim.soundrecorder.fragments.PlaybackFragment.java
com.danielkim.soundrecorder.fragments.RecordFragment.java
com.danielkim.soundrecorder.listeners.OnDatabaseChangedListener.java