Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 974 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 974 Bytes

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