/todo-app

This is simple todo app which you can set date from calendar for each item in order to be notified through notification and you can also view each item on map

Primary LanguageKotlin

● Written in Kotlin Language

● Used Jetpack Components(Room, ViewModel, Data Binding, LiveData)

● Used Material Design for UI components

● Used Koin for Dependency Injection

● Used Repository pattern to manage data flow

● Used Coroutines for Room IO operations

● Used Google Play Services for Location, Maps

● Used Junit, Roboelectric, Truth, Runner, Rules for testing