Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rickmak/todo-android
A Simple todo app run in Android
https://github.com/rickmak/todo-android
Last synced: about 2 months ago
JSON representation
A Simple todo app run in Android
- Host: GitHub
- URL: https://github.com/rickmak/todo-android
- Owner: rickmak
- License: mit
- Created: 2015-03-13T03:32:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-08-03T10:06:45.000Z (over 6 years ago)
- Last Synced: 2024-11-06T08:33:47.700Z (3 months ago)
- Language: Java
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# todo-android
A Simple todo app run in Android.
This project do not have any external dependencies.Android Studio 3.2
## Bugs:
- Add item failed
- Press add item
- focus the text box
- Turn off the phone
- The edittext gone and can't add item
- Keyboard will not dismiss itself on added an item## Tasks, with priority:
1. Show me you can read code and produce good clean code
1. Fix the above bugs
1. The `ToDoItemAdapter` event binding and rendering is mixed up, try to
separate them
1. Any refactoring you think will make the code better## Constraint
- You are not allow to import external library
- Time limits is 1 hr## Evaluation
- We look for clean code
- We look for maintainable code
- How you fix the problem is more important than how fast you fix it