A to-do list making application for android with features such as location reminder, task sharing.
meedo is hosted in the following web site
https://github.com/hshed/meedo
If you think the Android project meedo 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 meedo.
Item | Value |
---|---|
Java File Count | 75 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 8 |
Activity Count | 15 |
jar files used | acra-4.4.0.jar android-support-v4.jar gcm.jar nineoldandroids-2.4.0.jar universal-image-loader-1.8.4-with-sources.jar |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.GET_ACCOUNTS android.permission.INTERNET android.permission.READ_CONTACTS android.permission.RECEIVE_BOOT_COMPLETED android.permission.VIBRATE android.permission.WAKE_LOCK android.permission.WRITE_EXTERNAL_STORAGE com.cw.msumit.permission.C2D_MESSAGE com.cw.msumit.permission.MAPS_RECEIVE com.google.android.c2dm.permission.RECEIVE com.google.android.providers.gsf.permission.READ_GSERVICES |
Asset File Names | assets\fonts\Arial.ttf assets\fonts\DinDisplayProLight.otf assets\fonts\DinDisplayProThin.otf assets\fonts\Roboto-Black.ttf assets\fonts\Roboto-BlackItalic.ttf assets\fonts\Roboto-Bold.ttf assets\fonts\Roboto-BoldCondensed.ttf assets\fonts\Roboto-BoldCondensedItalic.ttf assets\fonts\Roboto-BoldItalic.ttf assets\fonts\Roboto-Condensed.ttf assets\fonts\Roboto-CondensedItalic.ttf assets\fonts\Roboto-Italic.ttf assets\fonts\Roboto-Light.ttf assets\fonts\Roboto-LightItalic.ttf assets\fonts\Roboto-Medium.ttf assets\fonts\Roboto-MediumItalic.ttf assets\fonts\Roboto-Regular.ttf assets\fonts\Roboto-Thin.ttf assets\fonts\Roboto-ThinItalic.ttf |
There are 96 image files in meedo. The names of the image files are listed as follows.
active_task.png add_person.png anon.9.png assigned.png bell.png bell_orange.png btn_check_off_focused_holo_light.png btn_check_off_holo_light.png btn_check_off_normal_holo_light.png btn_check_on_holo_light.png btn_radio_off_holo_light.png btn_radio_on_holo_light.png collapse.png comment.png content_discard.png content_edit.png content_new.png custom_listicon.png deletetask.png dialog_bottom_holo_dark.9.png dialog_bottom_holo_light.9.png dialog_full_holo_dark.9.png dialog_full_holo_light.9.png dialog_middle_holo_dark.9.png dialog_middle_holo_light.9.png dialog_top_holo_dark.9.png dialog_top_holo_light.9.png direction.png discard.png discard_light.png edit.png edit_light.png expand.png home.png ic_undobar_undo.png icon_cancel.png icon_save.png isstar.png latertask.png list_sidemenu.png location.png location_grey.png location_pin.png meedo.png meedolocation.png menu.png next.png no_subtask.png note.png note_orange.png overflow.png personal.png plus_button_blue_normal.png prev.png redo.png reminderstatus.png remove_user.png repeat_selected.png save_light.png search.png sendcomment.png settings.png shopping.png side_menu.png spinner.png spinner_20_inner_holo.png spinner_default_holo_light.9.png spinner_focused_holo_light.9.png spinner_pressed_holo_light.9.png star.png star_sidemenu.png starre_d.png stopwatch.png stopwatch_orange.png subtask.png subtask_five.png subtask_four.png subtask_one.png subtask_six.png subtask_three.png subtask_two.png swipe_done.png taskdone.png textfield_activated_holo_light.9.png textfield_activated_holo_light1.9.png textfield_focused_holo_light.9.png tick.png tick_sidemenu.png today.png tts.png undobar.9.png undobar_button_focused.9.png undobar_button_pressed.9.png wiresimage.png work.png wrench.png
The following screenshort is generated from the image listed above.
meedo has the following Java source files.
com.cw.msumit.GCMIntentService.java com.cw.msumit.ListOfReminders.java com.cw.msumit.LocationActivityNew.java com.cw.msumit.MyApplication.java com.cw.msumit.ReceivedTaskActivity.java com.cw.msumit.RemindersDetails.java com.cw.msumit.SettingsActivity.java com.cw.msumit.SignupActivity.java com.cw.msumit.SubtaskActivity.java com.cw.msumit.TaskReminderActivity.java com.cw.msumit.adapters.AssignPeopleAdapter.java com.cw.msumit.adapters.LocationItemListAdapter.java com.cw.msumit.adapters.LocationSuggestionAdapter.java com.cw.msumit.adapters.ReminderListAdapter.java com.cw.msumit.adapters.RepeatListExpandableAdapter.java com.cw.msumit.adapters.SideMenuListAdapter.java com.cw.msumit.adapters.SubtaskAdapter.java com.cw.msumit.adapters.SubtaskStringArrayAdapter.java com.cw.msumit.adapters.SwipeDismissListViewTouchListener.java com.cw.msumit.adapters.TaskCategoryAdapter.java com.cw.msumit.adapters.TaskCommentsAdapter.java com.cw.msumit.adapters.UndoBarController.java com.cw.msumit.databases.DatabaseHandler.java com.cw.msumit.databases.DatabaseMethods.java com.cw.msumit.fragments.CalendarFragment.java com.cw.msumit.fragments.EditSubtaskDialogFragment.java com.cw.msumit.fragments.LocationListsFragment.java com.cw.msumit.fragments.LocationMapFragment.java com.cw.msumit.fragments.MyRemindersFragment.java com.cw.msumit.fragments.NoteFragment.java com.cw.msumit.fragments.ReceivedTaskFragment.java com.cw.msumit.fragments.RepeatDialogFragment.java com.cw.msumit.fragments.SideMenuFragment.java com.cw.msumit.fragments.SubtaskFragment.java com.cw.msumit.fragments.TaskCategoryFragment.java com.cw.msumit.fragments.TaskCommentsFragment.java com.cw.msumit.fragments.TaskDetailsFragment.java com.cw.msumit.fragments.TaskReminderFragment.java com.cw.msumit.objects.Actions.java com.cw.msumit.objects.Connection.java com.cw.msumit.objects.LocationProps.java com.cw.msumit.objects.People.java com.cw.msumit.objects.Reminder.java com.cw.msumit.objects.SendReminder.java com.cw.msumit.objects.Subtask.java com.cw.msumit.objects.Task.java com.cw.msumit.services.AcknowledgeDeliveryIntentService.java com.cw.msumit.services.AlarmTask.java com.cw.msumit.services.BootupReceiver.java com.cw.msumit.services.BootupService.java com.cw.msumit.services.NotifyService.java com.cw.msumit.services.ReceiveTaskClient.java com.cw.msumit.services.ReceiveTaskIntentService.java com.cw.msumit.services.ScheduleClient.java com.cw.msumit.services.ScheduleService.java com.cw.msumit.services.SendActionIntentService.java com.cw.msumit.services.SendFreindJSONToWeb.java com.cw.msumit.services.SendReminderIntentService.java com.cw.msumit.services.SendUserDataToWeb.java com.cw.msumit.services.SyncAll.java com.cw.msumit.services.SyncBroadcastReceiver.java com.cw.msumit.services.UpdateFriendDb.java com.cw.msumit.services.Utils.java com.cw.msumit.utils.ContactImageDownloader.java com.cw.msumit.utils.HeightWrappingViewPager.java com.cw.msumit.utils.PopupMenu.java com.cw.msumit.utils.ReminderGeofence.java com.cw.msumit.utils.ReminderGeofenceStore.java com.cw.msumit.utils.StaticFunctions.java com.cw.msumit.views.CalendarCell.java com.cw.msumit.views.CalendarView.java com.cw.msumit.views.LocationAutoCompleteTextView.java com.cw.msumit.views.MonthlyRepeatCell.java com.cw.msumit.views.MonthlyRepeatView.java com.cw.msumit.views.TileView.java