Automated Documentation: CI/CD with Dokka and MkDocs
Generate and deploy your Android documentation automatically. How to set up GitHub Actions to publish KDoc and MkDocs to GitHub Pages.
Tutorials, guides and technical articles.
Generate and deploy your Android documentation automatically. How to set up GitHub Actions to publish KDoc and MkDocs to GitHub Pages.
Stop manually bumping `versionCode`. Use GitHub Actions and SemVer to automate your Android app versioning strategy.
Why the Repository is the most important pattern in Clean Architecture. Caching strategies, error handling, and data source orchestration.
How to apply Semantic Versioning (SemVer) to Android. Managing `versionName` and `versionCode` for predictable releases.
Level up with Kotlin Flow. Master operators like combine, zip, flatMapLatest, and learn to handle complex reactive streams in Android.
Demystifying Clean Architecture: A deep dive into layers, dependencies, and data flow to build indestructible Android apps.