My Simple To Do List App 📝
An android app that allows adding a list item and offers basic functionality such as adding new items, as well as editing and deleting an existing item.
Basic:
- Users can view a list of todo items
- Users can successfully add and remove items from the todo list
- Users' list of items persist, during modification and and retrival upon app restart
Optional:
- Users 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
Additional:
- Dragging and sorting ListView items. Reference
Hours spent: 1-2 hrs
There were no significant challenges that I've encountered up to this point in building this applicantion. I did find this blog useful in helping me understand caching files in the internal memory of an app and in implementing persistence using this method.
Copyright 2018 Cheryl Fong
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.