Android Build Variants

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

March 11, 2026 · 3 min · 527 words · Me

Understanding Android Architecture: MVVM Pattern

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

March 11, 2026 · 2 min · 351 words · Me

Android File Resolver

Understanding Android FileProvider and file_paths.xml for secure file sharing

February 21, 2026 · 2 min · 271 words · Me

Import Bulk SVGs into Android Studio via CLI

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

August 5, 2025 · 1 min · 84 words · Me

Android Camera Guide

A comprehensive guide to Android CameraX and Camera2 libraries.

August 4, 2025 · 3 min · 529 words · Me

Inspect Room Database

How to inspect Room databases in Android apps

June 27, 2025 · 1 min · 174 words · Me

Setting Up mitmproxy to Debug API Requests

Learn how to inspect API requests from your mobile device using mitmproxy.

June 3, 2025 · 2 min · 216 words · Me

Android Modularization

A guide to modularizing Android applications for better organization and efficiency.

May 31, 2025 · 1 min · 82 words · Me

Publishing Android Library to Maven Central

A comprehensive guide on how to publish an Android library to Maven Central

February 2, 2025 · 2 min · 314 words · Me

Create an Android Binary

How to create and deploy Android binaries using NDK cross-compilation

January 20, 2025 · 1 min · 187 words · Me