Sharing Cookies Between WebView and Ktor
A CookiesStorage backed by Android’s CookieManager, so a WebView login session carries over to Ktor requests — plus the iOS/KMP equivalent.
A CookiesStorage backed by Android’s CookieManager, so a WebView login session carries over to Ktor requests — plus the iOS/KMP equivalent.
Master build types, flavors, dimensions, and variants in Kotlin DSL for Android projects
A comprehensive guide to the MVVM architecture in Android, focusing on ViewModel, Repository, and DataSource.
Which of PagingSource, RemoteMediator, or plain Room paging you actually need — and the code for each.
Creating the service account and JSON key in Google Cloud, granting it release access in Play Console, and using it from a GitHub Actions workflow.
Understanding Android FileProvider and file_paths.xml for secure file sharing
Setup code I copy into every new Android project — Koin DI through the version catalog, an uncaught-exception crash logger, and kotlinx.serialization wiring.
Flashing LineageOS on OnePlus 6T (fajita) using ADB Sideload
Quickly convert and import multiple SVGs into Android Studio using SVGO and vd-tool.
A comprehensive guide to Android CameraX and Camera2 libraries.