Skip to content

Latest commit

 

History

History
72 lines (46 loc) · 3.17 KB

README.md

File metadata and controls

72 lines (46 loc) · 3.17 KB

CodePath_ToDoApp

Holds all the information about the codepath ToDo app for the course starting on 03/06/2017

Pre-work - ItemTracker

ItemTracker 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.

Submitted by: Jaspreet Saluja

Time spent:

Required Items: 4 hours spent in total

Optional Items: 15 hours spent in total

User Stories

The following required functionality is completed:

  • [Y] User can successfully add and remove items from the todo list
  • [Y] 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.
  • [Y] User can persist todo items and retrieve them properly on app restart

The following optional features are implemented:

The following additional features are implemented:

[Y] List anything else that you can get done to improve the app functionality!

** Completed Extra work **

  • Implemented CursorAdapter instead of ArrayAdapter
  • Made the App layout stretchable to any screen size. Tried 3 emulators
  • Added a Toast if any priority value other than "High", "Medium" or "Low" is entered.

** New Extra Work **

  • Would like to add Icons to the toolbar instead of buttons on the screen
  • Would like to use dialog instead of EditText to select "High", "Medium" or "Low" values for priority.

Video Walkthrough

Here's a walkthrough of implemented user stories:

Video Walkthrough

GIF created with LiceCap.

Notes

As a new android developer, it took me time to understand the syntax and proper use of SQLite Databases, Adapters, Dialog Fragments and Custom ListView

License

Copyright [2017] [Jaspreet Saluja]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.