Knowledge base
Android Articles
Articles tagged Android, sorted from newest to oldest. Switch tags or return to all articles from the filters below.
Showing 13-23 of 23 articles tagged “Android”.
Accessibility · May 28, 2026
A practical, updated guide to mobile accessibility testing: screen readers, labels, focus order, contrast, keyboard support, WCAG 2.2, and why accessibility should be part of the whole development process.
Java · May 28, 2026
A modern, simple guide to Mockito: what mock objects are, why they matter, how to add Mockito to a Java or Android project, and how to write clean unit tests without overcomplicating things.
Android · May 28, 2026
A practical guide to cleaning up Android Espresso UI tests with a basic Page Object Model structure, reusable actions, and readable test classes.
QA · May 28, 2026
A modern QA checklist for testing push notifications: cold start, warm start, permissions, notification channels, localization, time zones, logout behavior, multi-account flows, and failure states.
Android · May 27, 2026
How I simplified the repetitive Android APK workflow by building PulseAPK, a cross-platform helper tool for decompiling, inspecting, rebuilding, and signing APK files.
Maestro · May 26, 2026
A neutral and practical introduction to Maestro as a YAML-based UI automation tool for mobile and web testing, including use cases, strengths, limitations, and when it makes sense.
Android · May 25, 2026
A practical Android reverse-engineering guide based on static APK patching: finding root checks, modifying smali code, rebuilding the APK, and verifying the result in a lab environment.
Android · May 25, 2026
A practical lab guide explaining Android root detection, dynamic bypass with Frida, and static APK analysis with JADX and smali.
Android · May 25, 2026
A short practical guide for installing a custom CA certificate into the Android system trust store for traffic interception and security testing.
Android · May 24, 2026
A practical Android reverse-engineering playlist covering APKTool, Jadx, Frida, smali patching, traffic interception, emulator workflows, and Android internals.
Android · Mar 27, 2026
A short practical article about what reverse engineering Android apps reveals: hardcoded secrets, weak storage, risky logging, network mistakes, and why Android security is not only about permissions.