How to debug and change API requests and responses on the fly using mitmproxy in your Android app?
Proxy tools can be used as a man-in-the-middle to observe and even change the API call requests and responses.
(more…)Senior Android Developer & Team/Tech Lead
Proxy tools can be used as a man-in-the-middle to observe and even change the API call requests and responses.
(more…)detekt is a static code analysis linter tool for Kotlin Android projects.
(more…)ktlint is an anti-bikeshedding Kotlin linter with a built-in formatter.
(more…)It is possible that you find an error in your Android app API calls when the phone is not connected to the Android Studio debugger and therefore miss the cause.
(more…)Sometimes logging is expensive, even when you disable it in production.
(more…)Android Studio and IntelliJ IDEA come with useful and powerful plugins that you can install.
(more…)Firebase is a free service from Google for Android apps.
(more…)Android Studio, based on JetBrains IntelliJ IDEA, is a flexible IDE that allows many customizations including keyboard shortcuts, color schema, and so on.
(more…)Logs are useful for debugging the app, but sometimes too many details cause clottering and make them hard to read and follow.
(more…)Logcat is a useful tool in Android Studio for reading logs, debugging, and issue-tracking apps.
(more…)