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

Pulling Files from /data/data Without Root

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

Last updated on March 11, 2026 · 286 words

Android Modularization

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

Last updated on May 31, 2025 · 82 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