How to find and fix the memory leak inside your Android app using LeakCanary?
LeakCanary is yet another useful library from Square that can detect Android apps’ memory leaks.
(more…)Senior Android Developer & Team/Tech Lead
LeakCanary is yet another useful library from Square that can detect Android apps’ memory leaks.
(more…)Proxy tools can be used as a man-in-the-middle to observe and even change the API call requests and responses.
(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…)Firebase is a free service from Google for Android apps.
(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…)Android apps recovering from termination is a bottleneck that causes many crashes by not taking care of restoring the previous states or re-injecting the dependencies or starting background services.
(more…)