This is a project to create an alarm clock mount, combined with an app to talk to Arduino over USB and read input buttons..
AndroidAlarm is hosted in the following web site
https://github.com/alunix/AndroidAlarm
If you think the Android project AndroidAlarm 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 AndroidAlarm.
Item | Value |
---|---|
Java File Count | 13 |
Supported screen sizes | [hdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 19 |
Activity Count | 1 |
Required Permissions | android.permission.RECEIVE_BOOT_COMPLETED |
There are 2 image files in AndroidAlarm. The names of the image files are listed as follows.
ic_glass_logo.png ic_stop.png
The following screenshort is generated from the image listed above.
AndroidAlarm has the following Java source files.
com.fsilberberg.arduinoalarm.ApplicationTest.java com.fsilberberg.arduinoalarm.ArduinoAlarmApplication.java com.fsilberberg.arduinoalarm.ClockActivity.java com.fsilberberg.arduinoalarm.background.AlarmReceiver.java com.fsilberberg.arduinoalarm.background.BootReceiver.java com.fsilberberg.arduinoalarm.db.AlarmDbManager.java com.fsilberberg.arduinoalarm.db.AlarmDbModel.java com.fsilberberg.arduinoalarm.db.AlarmOpenHelper.java com.fsilberberg.arduinoalarm.models.AlarmModel.java com.fsilberberg.arduinoalarm.util.SystemUiHider.java com.fsilberberg.arduinoalarm.util.SystemUiHiderBase.java com.fsilberberg.arduinoalarm.util.SystemUiHiderHoneycomb.java