Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zcelaloglu/todo-app
- Owner: zcelaloglu
- Created: 2020-07-15T12:12:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-15T12:12:50.000Z (over 4 years ago)
- Last Synced: 2023-03-03T05:38:16.515Z (almost 2 years ago)
- Topics: clean-architecture, coroutines-flow, databinding-android, junit, kotlin, livedata, material-design, play-services-location, repository-pattern, roboelectric-testing, room-database, rules, runner, truth, viewmodel
- Language: Kotlin
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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