{"id":21388523,"url":"https://github.com/monte9/todoapp-android","last_synced_at":"2025-03-16T12:41:34.787Z","repository":{"id":66129216,"uuid":"61598579","full_name":"Monte9/TodoApp-Android","owner":"Monte9","description":"Pre-work for Android bootcamp at @Uber x @CodePath","archived":false,"fork":false,"pushed_at":"2016-06-23T05:57:54.000Z","size":4064,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-23T00:26:42.244Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://codepath.com/androidbootcamp","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Monte9.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-06-21T03:18:13.000Z","updated_at":"2016-07-04T22:53:36.000Z","dependencies_parsed_at":"2023-02-22T20:30:46.325Z","dependency_job_id":null,"html_url":"https://github.com/Monte9/TodoApp-Android","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Monte9%2FTodoApp-Android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Monte9%2FTodoApp-Android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Monte9%2FTodoApp-Android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Monte9%2FTodoApp-Android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Monte9","download_url":"https://codeload.github.com/Monte9/TodoApp-Android/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243871524,"owners_count":20361375,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-22T12:18:22.800Z","updated_at":"2025-03-16T12:41:34.777Z","avatar_url":"https://github.com/Monte9.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pre-work - *Todo App*\n\n**Todo App** is an android app that allows building a todo list and basic todo items management functionality including adding new items, editing and deleting an existing item.\n\nSubmitted by: **Monte Thakkar**\n\nTime spent: **20** hours spent in total\n\n## User Stories\n\nThe following **required** functionality is completed:\n\n* [x] User can **successfully add and remove items** from the todo list\n* [x] User can **tap a todo item in the list and bring up an edit screen for the todo item** and then have any changes to the text reflected in the todo list.\n* [x] User can **persist todo items** and retrieve them properly on app restart\n\nThe following **optional** features are implemented:\n\n* [x] Persist the todo items [into SQLite](http://guides.codepath.com/android/Persisting-Data-to-the-Device#sqlite) instead of a text file\n* [x] Improve style of the todo items in the list [using a custom adapter](http://guides.codepath.com/android/Using-an-ArrayAdapter-with-ListView)\n* [x] Add support for completion due dates for todo items (and display within listview item)\n* [x] Use a [DialogFragment](http://guides.codepath.com/android/Using-DialogFragment) instead of new Activity for editing items\n* [x] Add support for selecting the priority of each todo item (and display in listview item)\n* [x] Tweak the style improving the UI / UX, play with colors, images or backgrounds\n\nThe following **additional** features are implemented:\n\n* [x] Using DialogFragment to implement due date (calendar) functionality\n* [x] Using seekbar to get priority (3 modes; low, Normal, HIGH)\n* [x] Long press gesture on item to mark it as complete (Highlited GREEN)\n* [x] High priority items are highlited RED\n\n## Video Walkthrough \n\nHere's a walkthrough of implemented user stories:\n\n![App walkthrough](todo.gif)\n\nGIF created with [LiceCap](http://www.cockos.com/licecap/).\n\n## Challenges:\n1. Knowing the difference between listView index and row id in SQLite. They are not directly mapped to each other and it took me a while to realised that in order to perform CRUD actions I needed to work on the row id of the todoitem as opposed to the index of the item on the listView.\n2. After adding a new column, I had trouble getting my Cursor to work properly. Hence I had to bump up the version number of the db table as well as uninstall the app from the phone. \n3. Since this was my first Android app it took me a while to implement features the way I envisioned it in my head. Had to do a lot of googling on how to implement different functionality and put it all together to acheive desired effect. \n\n## License\n\n    Copyright [2016] [Monte Thakkar]\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n        http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonte9%2Ftodoapp-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonte9%2Ftodoapp-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonte9%2Ftodoapp-android/lists"}