A simple Android Wear custom watch face that displays upcoming calendar events along the face of the clock.
calendar-watchface is hosted in the following web site
https://github.com/aidangrabe/calendar-watchface
If you think the Android project calendar-watchface 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 calendar-watchface.
Item | Value |
---|---|
Java File Count | 9 |
Supported screen sizes | [mdpi] |
Activity Count | 0 |
Required Permissions | android.permission.READ_CALENDAR android.permission.WAKE_LOCK com.google.android.permission.PROVIDE_BACKGROUND |
There are 2 image files in calendar-watchface. The names of the image files are listed as follows.
back_gradient.png watchface_square_preview.png
The following screenshort is generated from the image listed above.
calendar-watchface has the following Java source files.
com.aidangrabe.customwatchface.ApplicationTest.java com.aidangrabe.customwatchface.CalendarEvent.java com.aidangrabe.customwatchface.ClockHand.java com.aidangrabe.customwatchface.ClockNumbers.java com.aidangrabe.customwatchface.Constants.java com.aidangrabe.customwatchface.EventSegmentManager.java com.aidangrabe.customwatchface.NextEventInfo.java com.aidangrabe.customwatchface.SimpleWatchfaceService.java com.aidangrabe.customwatchface.util.PaintUtil.java