Inspect Room Database

How to inspect Room databases in Android apps

Last updated on June 27, 2025 · 174 words

Setting Up mitmproxy to Debug API Requests

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

Last updated on April 6, 2026 · 277 words

Android Modularization

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

Last updated on May 31, 2025 · 82 words

Publishing Android Library to Maven Central

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

Last updated on June 6, 2026 · 319 words

Create an Android Binary

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

Last updated on January 20, 2025 · 187 words

Publishing an Android Library on JitPack

A step-by-step guide to publish a Kotlin Android library using Gradle Kotlin DSL

Last updated on January 20, 2025 · 234 words

How to Enable ADB Over TCP/IP on Android Boot

Configure Android to automatically set ADB TCP port 5555 on system startup

Last updated on November 28, 2024 · 132 words

Dalvik Bytecode

Dalvik Bytecode taken from Android documentation

Last updated on May 31, 2025 · 3814 words

Common ADB Commands

List of my most used ADB commands

Last updated on April 6, 2026 · 196 words