Android Open Source - Development calendar calendar-from-scratch






Project Summary

Sample app with a calendar, built from scratch usng only native Android elements (and Joda Time library)...

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of calendar-from-scratch.

ItemValue
Java File Count12
Supported screen sizes[nodpi]
Activity Count2
Fragment Count4
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET




Java Source Files

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