/todo

Boilerplate project for a basic Todo list Application

Primary LanguageKotlin

Intro

A Task management app inspired by Sunflower to illustrate Android development best practices with Android Jetpack.

How to Start

  • Install the latest version of Android Studio from the Stable Channel.
  • Install the right version of Java, if necessary (1.8 at the moment).
  • Import this project in Android Studio.
  • Do a gradle Sync and resolve any eventual problems.