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.
- More about Clean Architecture in Android. Example with cross-cutting features. An example with getting global events from features.
- Non-series
- Hilt for beginners. Practical guide of using Hilt DI.
- Integration Unity AR to Compose. Quick-and-dirty wrapper that lets you drop Unity AR into your app as a standard Composable function.
- 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.