Hi there 👋

Welcome to my blog :))

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

Pulling Files from /data/data Without Root

Use adb run-as and tar tricks to export app data without rooting the device.

March 10, 2026 · 2 min · 286 words · Me

Mouse, Keyboard, and True Wireless Peripherals

Shortcuts and setup guides for wireless mouse and keyboard devices

February 23, 2026 · 1 min · 115 words · Me

Android File Resolver

Understanding Android FileProvider and file_paths.xml for secure file sharing

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

Rsync trailing slash

How rsync treats trailing slashes — whether the source directory itself is copied or only its contents.

February 12, 2026 · 1 min · 201 words · Me

Next.js API Route Rewrites

Learn how to rewrite API routes in Next.js

September 8, 2025 · 1 min · 119 words · Me

Remote Server Fallback Control

A guide to ensuring access to your server even when SSH fails.

August 29, 2025 · 2 min · 316 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