Android Open Source - SQLite Save androidprototype






Project Summary

This is a simple application of android based mobile phone for saving user general attribute, create a calendar event and sending an email message. It is using SQLite database, calendar and email API wrapped in a fragment layout. There is also an implementation of date and time picker in android dialog fragment..

Web Site / Source Repository

androidprototype is hosted in the following web site
https://github.com/haryadi87/androidprototype

If you think the Android project androidprototype 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 androidprototype.

ItemValue
Java File Count21
Target SDK Version18
Minimum SDK Version14
Activity Count3
Fragment Count3
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.READ_CALENDAR
android.permission.WRITE_CALENDAR




Java Source Files

androidprototype has the following Java source files.

fam.dentalclinic.CalendarActivity.java
fam.dentalclinic.EmailActivity.java
fam.dentalclinic.MainActivity.java
fam.dentalclinic.PatientActivity.java
fam.dentalclinic.controller.DatePickerFragment.java
fam.dentalclinic.controller.PatientNameFragment.java
fam.dentalclinic.controller.SideFragment.java
fam.dentalclinic.controller.TimePickerFragment.java
fam.dentalclinic.model.Calendar.java
fam.dentalclinic.model.CalendarsDataSource.java
fam.dentalclinic.model.Patient.java
fam.dentalclinic.model.PatientsDataSource.java
fam.dentalclinic.src.MainTabListener.java
fam.dentalclinic.src.MySQLiteHelper.java
fam.dentalclinic.view.CalendarDetailActivity.java
fam.dentalclinic.view.PatientDetailActivity.java
fam.dentalclinic.view.PatientListAdapter.java