semerda / balanced-todo-list

Android Pre-Work for CodePath Course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Bootcamp Pre-work - Balanced

Balanced is a basic Android Todo list with Dwight Eisenhower’s urgency-importance decision matrix to help you with your ToDos decision making.

Submitted by: Ernest Semerda Portfolio: http://www.ernestsemerda.com

User Stories

The following required functionality is completed:

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

The following optional features are implemented:

  • Persist the todo items into SQLite instead of a text file
  • Add support for completion due dates for todo items
  • Use a DialogFragment to Delete Item
  • Added Dwight Eisenhower’s urgency-importance decision matrix focusing on the classification of items as Important and/or Urgent. This is a better version of priority ranking. The outcome of this classification is then visible through "advise" (next steps) and color codes in the main listview. More on this type of classification can be read on my blog here: http://www.gsdfaster.com/blog/how-to/dwight-eisenhowers-urgency-importance-decision-matrix/
  • Tweak the style improving the UI / UX, play with colors, images or backgrounds

Android Bootcamp Prework assignment

Video Walkthrough:

Video Walkthrough

Screenshots of the implemented prework:

alt tag alt tag alt tag

Notes

This was fun! I am still a fan boy of iOS/Xcode development but maybe in due time I will cross to the Android side ;-)

License

Copyright 2016 esemerda

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.

About

Android Pre-Work for CodePath Course


Languages

Language:Java 100.0%