Simple Android calendar app for keeping track of work shifts..
ShiftCalendar is hosted in the following web site
https://github.com/khloke/ShiftCalendar
If you think the Android project ShiftCalendar 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 ShiftCalendar.
Item | Value |
---|---|
Java File Count | 11 |
Supported screen sizes | [xhdpi] |
Target SDK Version | 14 |
Minimum SDK Version | 14 |
Activity Count | 3 |
Fragment Count | 2 |
There are 1 image files in ShiftCalendar. The names of the image files are listed as follows.
ic_draggable.png
The following screenshort is generated from the image listed above.
ShiftCalendar has the following Java source files.
com.khloke.ShiftCalendar.HomeActivity.java com.khloke.ShiftCalendar.ManageShiftsActivity.java com.khloke.ShiftCalendar.NewShiftDialogFragment.java com.khloke.ShiftCalendar.ShiftInputActivity.java com.khloke.ShiftCalendar.database.ShiftCalendarDbOpenHelper.java com.khloke.ShiftCalendar.objects.DatabaseObject.java com.khloke.ShiftCalendar.objects.Shift.java com.khloke.ShiftCalendar.objects.ShiftCalendar.java com.khloke.ShiftCalendar.utils.CalendarUtil.java com.khloke.ShiftCalendar.utils.ColourUtils.java com.khloke.ShiftCalendar.utils.StringUtils.java