Android Open Source - Sound record audiobug






Project Summary

A simple Android app to record audio through the microphone..

Web Site / Source Repository

audiobug is hosted in the following web site
https://github.com/d4rken/audiobug

If you think the Android project audiobug 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 audiobug.

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




Resource Files

There are 9 image files in audiobug. The names of the image files are listed as follows.

ic_action_github.png
ic_action_playback_play.png
ic_action_playback_stop.png
ic_action_record.png
ic_action_settings.png
ic_action_twitter.png
widgetnorm.png
widgetpressed.png
widgetrec.png

The following screenshort is generated from the image listed above.

null




Java Source Files

audiobug has the following Java source files.

eu.thedarken.audiobug.AudioBugService.java
eu.thedarken.audiobug.ConfigurationFragment.java
eu.thedarken.audiobug.FollowMeDialogFragment.java
eu.thedarken.audiobug.InfoDialogFragment.java
eu.thedarken.audiobug.MainActivity.java
eu.thedarken.audiobug.PreferencesActivity.java
eu.thedarken.audiobug.Recorder.java
eu.thedarken.audiobug.RecorderWidget.java
eu.thedarken.audiobug.trigger.ProximityTrigger.java
eu.thedarken.audiobug.trigger.ShakeTrigger.java
eu.thedarken.audiobug.trigger.Trigger.java