An example of a soundboard for Android. Can play sounds and save them as either ringtones or alerts.
AndroidSoundboard is hosted in the following web site
https://github.com/hjorturls/AndroidSoundboard
If you think the Android project AndroidSoundboard listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of AndroidSoundboard.
Item | Value |
---|---|
Java File Count | 4 |
Supported screen sizes | [hdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 14 |
Activity Count | 1 |
Fragment Count | 1 |
Required Permissions | android.permission.WRITE_EXTERNAL_STORAGE android.permission.WRITE_SETTINGS |
Raw File Names | res\raw\another_cow.mp3 res\raw\bull.mp3 res\raw\cow.mp3 res\raw\cow_and_bell.mp3 res\raw\cow_mooing.mp3 res\raw\cow_moos.mp3 |
AndroidSoundboard has the following Java source files.
com.hjortur.soundboard.MainActivity.java com.hjortur.soundboard.adapters.GridAdapter.java com.hjortur.soundboard.controls.SquareImageButton.java com.hjortur.soundboard.utilities.RingtoneUtilities.java