Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zcelaloglu/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
https://github.com/zcelaloglu/todo-app

clean-architecture coroutines-flow databinding-android junit kotlin livedata material-design play-services-location repository-pattern roboelectric-testing room-database rules runner truth viewmodel

Last synced: 21 days ago
JSON representation

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

Awesome Lists containing this project

README

        

● 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