DIYGPSTracker / DIYGPSManager

Manager Android app part of DIYGPSTracker system
MIT License
0 stars 0 forks source link

Get rid of RxJava and transition to pure Kotlin coroutine / flow based architecture #3

Closed MrCsabaToth closed 4 years ago

MrCsabaToth commented 4 years ago

Right now we use a mish-mash. Let's go pure Kotlin and leverage it's new capabilities. See this repository of DroidCon JetPack series 3, by Alexey Glukharev: https://github.com/appspell/Android-Architectural-Templates (note: besides the README check the branches!)