android-clean-architecture-boilerplate
android-clean-architecture-boilerplate copied to clipboard
An android boilerplate project using clean architecture
Error issues with AS 4 due to Jacoco classpath and RxKotlin lib versions. Also improved plugins statement according to last Gradle documentation.
Well, let's start with **Coroutines** instead of RXJava2. Hey joe I got a job with your Caster course on Clean Architecture, so I would like to give back, now that...
Usually, in apps, there are some tasks that we run in the background, such as syncing of data, analytics etc. Google suggested to use deferrable components such as WorkManager and...
Hello there. I was thinking after seeing a lot of repositories that usually the presenter or viewModel maps the domain models to presentation (there are no UI models) but this...
I see modularization by layer. How would package/modularize by feature to improve build speeds fall into this?
I have a question the data model that are using for sending between activity/fragment live? the data model most likely domain's data model but it's can be serialized/Parcelized
On the screen that shows the members  If I want to fetch the network on the pagination event, like while the user is scrolling. What would it be the...
Hi, I'm new on Clean architecture and we are planning to convert our project(MVP) to Clean architecture and I'm making POC project from our code base and see how it...