Android Wear Example App for GDG Austin Presentation and Mini-Hackathon.
GDGAndroidWearExample is hosted in the following web site
https://github.com/parallelcross/GDGAndroidWearExample
If you think the Android project GDGAndroidWearExample 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 GDGAndroidWearExample.
Item | Value |
---|---|
Java File Count | 10 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 1 |
jar files used | wearable-preview-support.jar |
Required Permissions | android.permission.CALL_PHONE android.permission.INTERNET android.permission.RECEIVE_BOOT_COMPLETED android.permission.WAKE_LOCK |
There are 2 image files in GDGAndroidWearExample. The names of the image files are listed as follows.
ic_action_call.png ic_action_email.png
The following screenshort is generated from the image listed above.
GDGAndroidWearExample has the following Java source files.
com.gdgandroidwearshell.app.GDGAndroidWearShell.java com.gdgandroidwearshell.app.MainActivity.java com.gdgandroidwearshell.app.model.Mom.java com.gdgandroidwearshell.app.receivers.MakeNetworkRequestReceiver.java com.gdgandroidwearshell.app.receivers.ProcessActionReceiver.java com.gdgandroidwearshell.app.receivers.ScheduleAlarmReceiver.java com.gdgandroidwearshell.app.scheduler.AlarmScheduler.java com.gdgandroidwearshell.app.services.MakeNetworkRequestWakefulIntentService.java com.gdgandroidwearshell.app.services.ProcessActionIntentService.java com.gdgandroidwearshell.app.services.ScheduleAlarmsWakefulIntentService.java