Simple Todo List app, shows the MVP pattern usage on Android.
Based on: Android MVP @ antoniolg
More info: Model-View-Presenter
With the app, you can:
- Add new TODOs
- Delete TODOs
- Update TODOs
- Discard changes
- Complete/Incomplete TODOs by swiping the card
- RecyclerView multiple ViewHolder
- RecyclerView Swipe-to-dismiss
- Content Providers
- SQLiteOpenHelper
- Toolbar
- Floating Action Button
- AboutLibraries
- appcompat-v7:23.4.0
- recyclerview-v7:23.4.0
- cardview-v7:23.4.0
- design:23.4.0
- mikepenz:aboutlibraries:5.6.6@aar
Twitter: @joseirs