Debugging and Testing Android Apps Efficiently
The Logcat, ADB, profiler, and test workflow I use on every Android project — so you stop wasting hours staring at a wall of logs and start finding the bug. So, in this article, I will be showing you

Search for a command to run...
Articles tagged with #android
The Logcat, ADB, profiler, and test workflow I use on every Android project — so you stop wasting hours staring at a wall of logs and start finding the bug. So, in this article, I will be showing you

The full pipeline for a tap-to-place augmented reality feature on Android — ARCore session, SceneView rendering on Filament, plane detection, object placement, and the production pitfalls I hit in the

The current Material generation — dynamic color, tonal palettes, expressive shapes — is a conversion tool, not just a skin. Here is how I use it in production Android apps, step by step. A fintech cli

The complete pipeline for shipping ML on Android — from converting a model to running inference at 35 ms on-device, with the code, the pitfalls, and the performance rules. Three years ago, a health-te

The set of Navigation Component rules I enforce on every Android project — nav graphs, type-safe arguments, back-stack hygiene, and the mistakes that show up in code review. I once took over a project

The practical security checklist I run on every Android app I touch — from the Play Data Safety form to encrypted storage, with the code and the failure modes. Last year I was asked to review the secu
