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.

Last updated on September 2, 2026 · 915 words

Android Build Variants

Master build types, flavors, dimensions, and variants in Kotlin DSL for Android projects

Last updated on March 11, 2026 · 527 words

Understanding Android Architecture: MVVM Pattern

A comprehensive guide to the MVVM architecture in Android, focusing on ViewModel, Repository, and DataSource.

Last updated on March 11, 2026 · 351 words

Paging 3 with Room and Compose: Three Patterns

Which of PagingSource, RemoteMediator, or plain Room paging you actually need — and the code for each.

Last updated on September 2, 2026 · 1315 words

Getting Google Play Developer API Credentials

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.

Last updated on September 2, 2026 · 523 words

Android File Resolver

Understanding Android FileProvider and file_paths.xml for secure file sharing

Last updated on March 11, 2026 · 271 words

Android Snippets: Koin, Crash Handler, Serialization

Setup code I copy into every new Android project — Koin DI through the version catalog, an uncaught-exception crash logger, and kotlinx.serialization wiring.

Last updated on September 2, 2026 · 684 words

Flashing LineageOS on OnePlus 6T (fajita)

Flashing LineageOS on OnePlus 6T (fajita) using ADB Sideload

Last updated on September 2, 2026 · 77 words

Import Bulk SVGs into Android Studio via CLI

Quickly convert and import multiple SVGs into Android Studio using SVGO and vd-tool.

Last updated on August 5, 2025 · 84 words

Android Camera Guide

A comprehensive guide to Android CameraX and Camera2 libraries.

Last updated on August 4, 2025 · 529 words