Android Open Source - Sound service just-record-android






Project Summary

Simple app for recording audio. A learning tool for UI design, services, notifications, file I/O, etc..

Web Site / Source Repository

just-record-android is hosted in the following web site
https://github.com/jdawes/just-record-android

If you think the Android project just-record-android 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 just-record-android.

ItemValue
Java File Count18
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version18
Minimum SDK Version14
Activity Count3
Fragment Count6
jar files usedmusicg-1.4.2.0.jar
Required Permissionsandroid.permission.RECORD_AUDIO
android.permission.WRITE_EXTERNAL_STORAGE




Resource Files

There are 9 image files in just-record-android. The names of the image files are listed as follows.

ic_action_accept.png
ic_action_cancel.png
ic_action_discard.png
ic_action_edit.png
ic_action_pause.png
ic_action_play.png
ic_action_share.png
ic_action_sort_by_size.png
ic_action_stop.png

The following screenshort is generated from the image listed above.

null




Java Source Files

just-record-android has the following Java source files.

ca.mcnallydawes.justrecord.AboutFragment.java
ca.mcnallydawes.justrecord.EditActivity.java
ca.mcnallydawes.justrecord.EditFragment.java
ca.mcnallydawes.justrecord.IPlayListenerFunctions.java
ca.mcnallydawes.justrecord.IPlayServiceFunctions.java
ca.mcnallydawes.justrecord.IRecordListenerFunctions.java
ca.mcnallydawes.justrecord.IRecordServiceFunctions.java
ca.mcnallydawes.justrecord.MainActivity.java
ca.mcnallydawes.justrecord.MyConstants.java
ca.mcnallydawes.justrecord.PlayService.java
ca.mcnallydawes.justrecord.RecordFragment.java
ca.mcnallydawes.justrecord.RecordService.java
ca.mcnallydawes.justrecord.Recording.java
ca.mcnallydawes.justrecord.SavedFragment.java
ca.mcnallydawes.justrecord.SavedRecordingsAdapter.java
ca.mcnallydawes.justrecord.SettingsActivity.java
ca.mcnallydawes.justrecord.SettingsFragment.java
ca.mcnallydawes.justrecord.UIUtils.java