Short description
- Android Clean Architecture
- Intro to Clean Architecture in Android. Example with independent features. The point of view about organizing modules in multi-module projects from the Clean Architecture perspective.
- Going ahead with Clean Architecture in Android. Example with complex navigation. A compromise solution for complex navigation.
- Non-series
- Implementing Chaos-Proof Custom Typography in Compose How to integrate a system of typography into UI.
- Using MockK library in Jetpack Compose Preview. A trick for running the preview with complex objects in constructors.
- Simple example of reverse .apk (removing Ads). A little bit about storing sensitive information in inappropriate places.
- Sharing data between ViewModels in Compose. Code examples for 3 common patterns of sharing data.