Android Open Source - Development bootcamp codepath_application






Project Summary

This is simple todo app developed as part of entry exerercise to get admission in Code Path Android BootCamp..

Web Site / Source Repository

codepath_application is hosted in the following web site
https://github.com/rutvijkumarshah/codepath_application

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

ItemValue
Java File Count9
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Activity Count3
jar files usedcommons-io-2.4.jar




Resource Files

There are 84 image files in codepath_application. The names of the image files are listed as follows.

apptheme_btn_check_off_disabled_focused_holo_light.png
apptheme_btn_check_off_disabled_holo_light.png
apptheme_btn_check_off_focused_holo_light.png
apptheme_btn_check_off_holo_light.png
apptheme_btn_check_off_pressed_holo_light.png
apptheme_btn_check_on_disabled_focused_holo_light.png
apptheme_btn_check_on_disabled_holo_light.png
apptheme_btn_check_on_focused_holo_light.png
apptheme_btn_check_on_holo_light.png
apptheme_btn_check_on_pressed_holo_light.png
apptheme_btn_default_disabled_focused_holo_light.9.png
apptheme_btn_default_disabled_holo_light.9.png
apptheme_btn_default_focused_holo_light.9.png
apptheme_btn_default_normal_holo_light.9.png
apptheme_btn_default_pressed_holo_light.9.png
apptheme_btn_radio_off_disabled_focused_holo_light.png
apptheme_btn_radio_off_disabled_holo_light.png
apptheme_btn_radio_off_focused_holo_light.png
apptheme_btn_radio_off_holo_light.png
apptheme_btn_radio_off_pressed_holo_light.png
apptheme_btn_radio_on_disabled_focused_holo_light.png
apptheme_btn_radio_on_disabled_holo_light.png
apptheme_btn_radio_on_focused_holo_light.png
apptheme_btn_radio_on_holo_light.png
apptheme_btn_radio_on_pressed_holo_light.png
apptheme_btn_rating_star_off_focused_holo_light.png
apptheme_btn_rating_star_off_normal_holo_light.png
apptheme_btn_rating_star_off_pressed_holo_light.png
apptheme_btn_rating_star_on_focused_holo_light.png
apptheme_btn_rating_star_on_normal_holo_light.png
apptheme_btn_rating_star_on_pressed_holo_light.png
apptheme_btn_toggle_off_disabled_focused_holo_light.9.png
apptheme_btn_toggle_off_disabled_holo_light.9.png
apptheme_btn_toggle_off_focused_holo_light.9.png
apptheme_btn_toggle_off_normal_holo_light.9.png
apptheme_btn_toggle_off_pressed_holo_light.9.png
apptheme_btn_toggle_on_disabled_focused_holo_light.9.png
apptheme_btn_toggle_on_disabled_holo_light.9.png
apptheme_btn_toggle_on_focused_holo_light.9.png
apptheme_btn_toggle_on_normal_holo_light.9.png
apptheme_btn_toggle_on_pressed_holo_light.9.png
apptheme_fastscroll_thumb_default_holo.png
apptheme_fastscroll_thumb_pressed_holo.png
apptheme_list_activated_holo.9.png
apptheme_list_focused_holo.9.png
apptheme_list_longpressed_holo.9.png
apptheme_list_pressed_holo_light.9.png
apptheme_list_selector_disabled_holo_light.9.png
apptheme_progress_primary_holo_light.9.png
apptheme_rate_star_big_half_holo_light.png
apptheme_rate_star_big_off_holo_light.png
apptheme_rate_star_big_on_holo_light.png
apptheme_rate_star_small_half_holo_light.png
apptheme_rate_star_small_off_holo_light.png
apptheme_rate_star_small_on_holo_light.png
apptheme_scrubber_control_disabled_holo.png
apptheme_scrubber_control_focused_holo.png
apptheme_scrubber_control_normal_holo.png
apptheme_scrubber_control_pressed_holo.png
apptheme_scrubber_primary_holo.9.png
apptheme_scrubber_secondary_holo.9.png
apptheme_scrubber_track_holo_light.9.png
apptheme_spinner_default_holo_light.9.png
apptheme_spinner_disabled_holo_light.9.png
apptheme_spinner_focused_holo_light.9.png
apptheme_spinner_pressed_holo_light.9.png
apptheme_switch_bg_disabled_holo_light.9.png
apptheme_switch_bg_focused_holo_light.9.png
apptheme_switch_bg_holo_light.9.png
apptheme_switch_thumb_activated_holo_light.9.png
apptheme_switch_thumb_disabled_holo_light.9.png
apptheme_switch_thumb_holo_light.9.png
apptheme_switch_thumb_pressed_holo_light.9.png
apptheme_text_select_handle_left.png
apptheme_text_select_handle_middle.png
apptheme_text_select_handle_right.png
apptheme_textfield_activated_holo_light.9.png
apptheme_textfield_default_holo_light.9.png
apptheme_textfield_disabled_focused_holo_light.9.png
apptheme_textfield_disabled_holo_light.9.png
apptheme_textfield_focused_holo_light.9.png
ic_edit.png
ic_plus_512.png
ic_trash_512.png

The following screenshort is generated from the image listed above.

null




Java Source Files

codepath_application has the following Java source files.

github.rutvijshah.apps.projects.gestitodo.AllTasks.java
github.rutvijshah.apps.projects.gestitodo.TodoItem.java
github.rutvijshah.apps.simpletodo.app.Constants.java
github.rutvijshah.apps.simpletodo.app.DatabaseHandler.java
github.rutvijshah.apps.simpletodo.app.EditItemActivity.java
github.rutvijshah.apps.simpletodo.app.TodoItem.java
github.rutvijshah.apps.simpletodo.app.TodoMain.java