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..
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.
The following table is the detailed list of androidprototype.
Item | Value |
---|---|
Java File Count | 21 |
Target SDK Version | 18 |
Minimum SDK Version | 14 |
Activity Count | 3 |
Fragment Count | 3 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.READ_CALENDAR android.permission.WRITE_CALENDAR |
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