My first app, called simple sounds. Finally needed some version control, so here goes nothing..
SimpleSounds is hosted in the following web site
https://github.com/arhodes18/SimpleSounds
If you think the Android project SimpleSounds 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 SimpleSounds.
Item | Value |
---|---|
Java File Count | 11 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 12 |
Activity Count | 4 |
Fragment Count | 1 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.ACCESS_WIFI_STATE android.permission.RECEIVE_BOOT_COMPLETED android.permission.VIBRATE android.permission.WAKE_LOCK com.android.alarm.permission.SET_ALARM |
Asset File Names | assets\fonts\Roboto-Light.ttf assets\fonts\Roboto-Medium.ttf assets\fonts\Roboto-Thin.ttf |
There are 3 image files in SimpleSounds. The names of the image files are listed as follows.
add_alarm.png ic_action_discard.png ic_main.png
The following screenshort is generated from the image listed above.
SimpleSounds has the following Java source files.
com.austinrhodes.simplesounds.AlarmSetter.java com.austinrhodes.simplesounds.AlarmSettings.java com.austinrhodes.simplesounds.FontSizeManager.java com.austinrhodes.simplesounds.Launch.java com.austinrhodes.simplesounds.NetworkUtil.java com.austinrhodes.simplesounds.RemoveAlarm.java com.austinrhodes.simplesounds.Settings.java com.austinrhodes.simplesounds.SettingsFrag.java com.austinrhodes.simplesounds.SwipeDismissTouchListener.java com.austinrhodes.simplesounds.VolumeService.java com.austinrhodes.simplesounds.WifiReceiver.java