A simple Android App that lets the user add, modify, and delete items from a todo list..
AndroidToDo is hosted in the following web site
https://github.com/martasmith/AndroidToDo
If you think the Android project AndroidToDo 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 AndroidToDo.
Item | Value |
---|---|
Java File Count | 7 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 14 |
Activity Count | 3 |
jar files used | android-support-v4.jar commons-io-2.4.jar |
There are 62 image files in AndroidToDo. The names of the image files are listed as follows.
ab_bottom_solid_styles_todostyle.9.png ab_solid_styles_todostyle.9.png ab_stacked_solid_styles_todostyle.9.png ab_transparent_styles_todostyle.9.png cab_background_bottom_styles_todostyle.9.png cab_background_top_styles_todostyle.9.png ic_action_add.png ic_action_settings.png ic_clock.png ic_high.png ic_low.png ic_medium.png list_focused_styles_todostyle.9.png list_pressed_styles_todostyle.9.png menu_dropdown_panel_styles_todostyle.9.png progress_primary_styles_todostyle.9.png spinner_ab_default_styles_todostyle.9.png spinner_ab_disabled_styles_todostyle.9.png spinner_ab_focused_styles_todostyle.9.png spinner_ab_pressed_styles_todostyle.9.png todotheme_btn_check_off_disabled_focused_holo_light.png todotheme_btn_check_off_disabled_holo_light.png todotheme_btn_check_off_focused_holo_light.png todotheme_btn_check_off_holo_light.png todotheme_btn_check_off_pressed_holo_light.png todotheme_btn_check_on_disabled_focused_holo_light.png todotheme_btn_check_on_disabled_holo_light.png todotheme_btn_check_on_focused_holo_light.png todotheme_btn_check_on_holo_light.png todotheme_btn_check_on_pressed_holo_light.png todotheme_btn_default_disabled_focused_holo_light.9.png todotheme_btn_default_disabled_holo_light.9.png todotheme_btn_default_focused_holo_light.9.png todotheme_btn_default_normal_holo_light.9.png todotheme_btn_default_pressed_holo_light.9.png todotheme_btn_radio_off_disabled_focused_holo_light.png todotheme_btn_radio_off_disabled_holo_light.png todotheme_btn_radio_off_focused_holo_light.png todotheme_btn_radio_off_holo_light.png todotheme_btn_radio_off_pressed_holo_light.png todotheme_btn_radio_on_disabled_focused_holo_light.png todotheme_btn_radio_on_disabled_holo_light.png todotheme_btn_radio_on_focused_holo_light.png todotheme_btn_radio_on_holo_light.png todotheme_btn_radio_on_pressed_holo_light.png todotheme_list_activated_holo.9.png todotheme_list_focused_holo.9.png todotheme_list_longpressed_holo.9.png todotheme_list_pressed_holo_light.9.png todotheme_list_selector_disabled_holo_light.9.png todotheme_spinner_default_holo_light.9.png todotheme_spinner_disabled_holo_light.9.png todotheme_spinner_focused_holo_light.9.png todotheme_spinner_pressed_holo_light.9.png todotheme_text_select_handle_left.png todotheme_text_select_handle_middle.png todotheme_text_select_handle_right.png todotheme_textfield_activated_holo_light.9.png todotheme_textfield_default_holo_light.9.png todotheme_textfield_disabled_focused_holo_light.9.png todotheme_textfield_disabled_holo_light.9.png todotheme_textfield_focused_holo_light.9.png
The following screenshort is generated from the image listed above.
AndroidToDo has the following Java source files.
com.example.todoapp.activity.AddEditItemActivity.java com.example.todoapp.activity.TodoActivity.java com.example.todoapp.activity.db.ItemDBOpenHelper.java com.example.todoapp.activity.db.ItemDataSource.java com.example.todoapp.activity.model.Item.java com.example.todoapp.adapter.ItemListAdapter.java com.example.todoapp.util.LetterAvatar.java