Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.04 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.04 KB

Happy Kanban

Simple Kanban app for Android written in Java with Android Studio using SQLite database for local task storage.

Install

Download and install the latest release APK.

Build & Install

  • Open the project in Android Studio.
  • Click Build --> Select Build Variant...
  • Under Active Build Variant, choose whether you want to build the debug or release variant.
    • To build the release variant, make sure to first create a local keystore, and then set RELEASE_STORE_FILE_PATH, RELEASE_STORE_PASSWORD, RELEASE_STORE_KEY_PASS, and RELEASE_STORE_KEY_ALIAS in local.properties.
  • Plug in your Android device, and click Run --> Run 'app'.

Screenshots