Android-CleanArchitecture-Kotlin
Android-CleanArchitecture-Kotlin copied to clipboard
This is a movies sample app in Kotlin, which is part of a serie of blog posts I have written about architecting android application using different approaches.
Streams
I am not in a so good level in using kotlin, so maybe i am missing something, but are not we losing some capabilities by not using streams of data?
Any reason why you moved away from data/domain/presentation packages for each feature?
Hi,kindly implement features with Intent Service,Receiver etc.how we should call Background service ,things like detecting Network presence and starting Intent Service
Hi, In my project, I have a dependencies.gradle file. In this one, I have differents arrays of dependencies with corresponding version. I would like to know if is there a...
Hey, love your work, but I have an observation to add, from my experience. It seems like everything is organized in "feature" packages (e.g. `movies`, `login`, etc.). This doesn't seem...
Hello @android10, With KMM in beta now, is there by any chance or any plans on an update on how to use this for Kotlin Multiplatform so that this can...
## What? On top of #125 – Use ktor instead of retrofit and kotlinx serialization instead of gson for KMP support – Update MovieRepository to use ktor – Add ApiResponse...