leonardykris / codepath-android-todo

Android Todo app for the prework session of CodePath
1 stars 0 forks source link

Pre-work - Todo (v1.0)

Todo 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: Leonardy Kristianto

Time spent: >21 hours spent in total (development + design)

User Stories

The following required functionality is completed:

The following optional features are implemented:

The following additional features are implemented:

Video Walkthrough

Here's a walkthrough of implemented user stories:

Video Walkthrough

GIF created with LiceCap.

Notes

Challenges:

  1. For the dropdown icons, I wanted to use Expandable List at first but after researching it for a while I felt that extending/implementing it is an overkill since I only needed the sub-item to be fixed icons. I have to configure the visibility options myself.
  2. After realizing that ActiveAndroid is no longer maintained (Oct 2014) and facing number of issues that comes up while configuring it, I searched for another ORM and found Sugar to be really easy to use (although it has conflicting documentations since 1.3/1.4 was obsolete after 1.5 update rolled out)

License

Copyright 2016 Leonardy Kristianto

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.