Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 615 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 615 Bytes

TodoApp

NOTE: this is under development, not functionaly yet

A simple To-Do list app

How to run in development

Ensure that you have Android SDK installed.

Install the Python development requirements:

pip install -r requirements-dev.txt

Plug in your Android device or start an emulator.

Build and run the app:

python setup.py android --start

Todo screenshot