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

Publishing an Android Library on JitPack

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

January 20, 2025 · 2 min · 234 words · Me

How to Enable ADB Over TCP/IP on Android Boot

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

November 28, 2024 · 1 min · 132 words · Me

Dalvik Bytecode

Dalvik Bytecode taken from Android documentation

July 29, 2024 · 18 min · 3814 words · Me

Common ADB Commands

List of my most used ADB commands

July 22, 2024 · 1 min · 184 words · Me