Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 287 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 287 Bytes

TodoList

Kotlin practice with a simple todolist app.

Courtesy of @philipplackner, see full tutorial here: https://youtu.be/BBWyXo-3JGQ

Caveat: Activities in Android are recreated on screen rotation. The todo items will be deleted upon rotation.