https://github.com/williscool/simpletodo
Super Simple Todo Android app for Codepath course prework
https://github.com/williscool/simpletodo
Last synced: about 2 months ago
JSON representation
Super Simple Todo Android app for Codepath course prework
- Host: GitHub
- URL: https://github.com/williscool/simpletodo
- Owner: williscool
- License: mit
- Created: 2014-12-26T23:50:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-27T00:48:01.000Z (over 10 years ago)
- Last Synced: 2023-03-11T21:07:20.325Z (about 2 years ago)
- Language: Java
- Size: 875 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SimpleTodo
==========Super Simple Todo Android app for Codepath course prework
Time Spent: Roughly 3 hours
#### Completed Tasks:
* [x] Setup Development Environment with Android Studio
* [x] Created app based on [tutorial] (https://docs.google.com/a/thecodepath.com/presentation/d/15JnmfmFa0hJOEkBhG_TeymChLzDzpOTJvBlOj29A9fY/edit)
* [x] Updated app to have [edit task feature] (http://courses.codepath.com/snippets/intro_to_android/prework)
* [x] Added GIF walkthrough#### Notes:
- Used android studio 1.0 to create.
- Code is a bit more functional than the code in the tutorials. I try to avoid side effects in my code whereever possible without it becoming unwieldy. Much easier to follow#### GIF Walkthrough

GIF created with [LiceCap](http://www.cockos.com/licecap/).