DEVELOPER: huhx0015
This is a simple Android application that stores the user's TODO list in a ListView. This application demonstrates the simple use of ListViews and saving/retrieving data.
Link: http://courses.codepath.com/snippets/intro_to_android/prework
- Can you successfully add and remove items from the todo list within your app?
- Did you include support for editing todo items as described above?
- Does your app persist todo items and retrieve them properly on app restart?
- Did you successfully push your code to github? Can you see the code on github?
- Did you add a README which includes a GIF walkthrough of the app's functionality?
- Did you create an issue on the repo and include /cc @codepathreview @codepath in the issue body?
Copyright 2016 Michael Huh
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.