Tag: Mobile
Browse all articles, tutorials, and guides about Mobile
Posts
⌘K
Networking
2025-02-06|8 min read
Capturing Mobile Phone Traffic on Wireshark
Learn how to capture and analyze network traffic from your mobile phone using Wireshark. Set up a proxy or WiFi hotspot to inspect HTTP/HTTPS requests, debug mobile apps, and understand what data your phone is sending.
Android
2024-11-05|8 min read
How to Detect Network Connection Type on Android
Learn how to detect WiFi, cellular, and other network types in Android apps using ConnectivityManager, NetworkCapabilities, and handle network changes with callbacks.