jim108dev / simple-task-count

Display, add, edit, delete tasks with a date, title and an integer amount.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Task Count

This is a learning project in order to set up a mondern Android App. The contents is based on Android Architecture Blueprints v2 UseCases Branch.

It let's you display, add, edit, delete tasks with a date, title and an integer amount.

Usage

Open with Android Studio and run simple-task-count:app.

Test

Open with Android Studio and run simple-task-count/Tasks/verification/test.

Technologies

  • ViewModel
  • LiveData
  • Data Binding
  • Navigation
  • Room
  • DatePicker Dialog
  • MVVM/ Clean Architecture

About

Display, add, edit, delete tasks with a date, title and an integer amount.

License:Apache License 2.0


Languages

Language:Kotlin 100.0%