Architecture, Android development, Functional programming
Here is an Android Clean Architecture sample project I would like to recommend. It is using 100% Kotlin.
Here is the link: https://github.com/patrickyin/clean-architecture-android-kotlin
If you use Realm DB in your project, the multiple threading issues would make you a headache.
The official documentation shows:
The only limitation…
I use Realm in all of my Android projects heavily, and there was no issue when I wrote mocking Realm instance in unit test before. Recently, it took me a lot of time to write the unit test because there are some issues in the unit test…
This is the second part in a two-part series. You should read the first part first.