Sample app with a calendar, built from scratch usng only native Android elements (and Joda Time library)...
calendar-from-scratch is hosted in the following web site
https://github.com/mobindustry/calendar-from-scratch
If you think the Android project calendar-from-scratch 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-from-scratch.
Item | Value |
---|---|
Java File Count | 12 |
Supported screen sizes | [nodpi] |
Activity Count | 2 |
Fragment Count | 4 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
calendar-from-scratch has the following Java source files.
net.mobindustry.calendarfromscratch.activities.CalendarActivity.java net.mobindustry.calendarfromscratch.activities.MainActivity.java net.mobindustry.calendarfromscratch.calendar_from_scratch.CalendarAdapter.java net.mobindustry.calendarfromscratch.calendar_from_scratch.CalendarFragment.java net.mobindustry.calendarfromscratch.calendar_from_scratch.CalendarListener.java net.mobindustry.calendarfromscratch.calendar_from_scratch.MonthAdapter.java net.mobindustry.calendarfromscratch.calendar_from_scratch.MonthFragment.java net.mobindustry.calendarfromscratch.calendar_from_scratch.UpdateableFragment.java net.mobindustry.calendarfromscratch.calendar_from_scratch.model.DayModel.java net.mobindustry.calendarfromscratch.calendar_from_scratch.model.HolidayModel.java net.mobindustry.calendarfromscratch.calendar_from_scratch.model.HolidayModelRaw.java net.mobindustry.calendarfromscratch.calendar_from_scratch.utils.ConnectivityCheck.java