codeforlife200 /
TODO_App
It is a To-do app that I made using Kotlin in this app I also used Room Storage so that data can be saved.
Loading repository data…
kalyand14 / repository
This is Todo android app created using MVVM design pattern in Kotlin
A sample android app that shows how to use ViewModels and Room together with Coroutine & Pure Depdency Injection, in Kotlin by Clean Architecture.
Implemented by Clean Architecture
Dependecy between compoents
Activity/Fragment --> ViewModel --> Repository --> LocalDataStore(Room DB) / RemoteDataSource (In Memory map)
Communication between layers
Scenario
At a glance:
References
Creating dependencies lookup framework using buildsrc https://handstandsam.com/2018/02/11/kotlin-buildsrc-for-better-gradle-dependency-management/
Selected from shared topics, language and repository description—not editorial ratings.
codeforlife200 /
It is a To-do app that I made using Kotlin in this app I also used Room Storage so that data can be saved.
nameisjayant /
This is a simple Rest Api for todo application , where users do signup, login and add their respective todos. So this api is fully based on Ktor framework.
mongodb /
Atlas Template Starter App - Use Device Sync from a Kotlin client application. This repo is generated from source code in https://github.com/mongodb-university/realm-template-apps
WoRRuM /
This is my implementation of ToDoApp in Kotlin/Android
hojat2079 /
This is a simple ToDo app for task management developed with jetpack compose and kotlin language.
tariqjamel /
A simple app to manage your tasks. This app is built in android studio, Kotlin, sqlite database. In which user can login, create task and will be notified.