Knowledge base
Android Articles
Articles tagged Android, sorted from newest to oldest. Switch tags or return to all articles from the filters below.
Showing 1-12 of 18 articles tagged “Android”.
Android · Jun 4, 2026
A practical guide to Android-focused reverse engineering and mobile security tools from my GitHub star lists: static analysis, dynamic analysis, APK patching, traffic inspection, Frida workflows, emulators, and vulnerable labs.
- Android
- Reverse Engineering
- Mobile Security
- APK
- Frida
- JADX
- MobSF
- Burp Suite
- mitmproxy
- Dynamic Analysis
- Static Analysis
- AppSec
Android · Jun 4, 2026
A simple practical explanation of SELinux in Android: mandatory access control, domains, contexts, app sandboxing, enforcing mode, audit logs, and what it means for QA and Android security research.
- Android
- SELinux
- Cybersecurity
- Mobile Security
- AppSec
- Linux
- Android Internals
- QA
- Reverse Engineering
Linux · Jun 4, 2026
A practical explanation of how SELinux policy works on regular Linux distributions compared to Android phones, why Android uses SELinux differently, and what it means for QA, AppSec, reverse engineering, and system debugging.
- Linux
- Android
- SELinux
- Mobile Security
- AppSec
- Cybersecurity
- AOSP
- Root
- Reverse Engineering
- System Hardening
Android · Jun 3, 2026
A practical Android guide explaining how adb shell helps with app testing, debugging, emulator control, logs, packages, permissions, network checks, screenshots, file access, and mobile security research.
- Android
- ADB
- Android Emulator
- QA
- Mobile Testing
- Cybersecurity
- Mobile Security
- AppSec
- Logcat
- Android Studio
- Reverse Engineering
- Android Testing
Android · Jun 3, 2026
A practical Android security guide explaining system CAs, user-installed certificates, Network Security Config, TLS trust, certificate pinning, and what this means for mobile app testing.
- Android
- Cybersecurity
- Mobile Security
- Certificates
- TLS
- HTTPS
- Burp Suite
- Charles Proxy
- Network Security Config
- AppSec
Big Tech · May 30, 2026
A personal look at how Apple, Google, Microsoft, and modern platform rules are slowly removing control from users and developers.
- Big Tech
- Digital Freedom
- Apple
- Android
- Windows
- Linux
- Open Platforms
- Software
- Security
- Privacy
Android · May 28, 2026
A practical Android privacy guide: remove unnecessary apps, reduce background tracking, control permissions, and make your phone faster, cleaner, and less annoying.
- Android
- Privacy
- Debloat
- Mobile Security
- F-Droid
- Open Source
- Smartphones
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.
- Accessibility
- A11Y
- Mobile Testing
- QA
- iOS
- Android
- WCAG
- TalkBack
- VoiceOver
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.
- Java
- Mockito
- Unit Testing
- Test Automation
- JUnit 5
- Android
- QA Automation
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.
- Android
- Espresso
- UI Testing
- Page Object Model
- QA Automation
- Android Testing
- Java
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.
- QA
- Mobile Testing
- Push Notifications
- Android
- iOS
- Testing Strategy
- Mobile QA
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.
- Android
- APK
- Reverse Engineering
- Mobile Security
- apktool
- jadx
- PulseAPK
- Avalonia