Don Peter
  • Nov 14
  • 2 min

How to detect HTTP(S) call issues in mobile apps?

Finotes monitors HTTP(S) calls for duplication of calls, error status codes and delay in receiving response (based on bandwidth strength).
Don Peter
  • Nov 4
  • 2 min

How to detect memory leaks in Android

Memory leak is one of the most critical issues that can occur in an app. Fixing them is often challenging as the developer will not have access to the relevant data to identify the root cause. All that developer may get to see is an OutOfMemory (OOM) Exception with a stack trace that is of no practical use. There are tools like LeakCanary for Android and XCode Leaks Instrument for iOS. These tools will help identify the leaks in the development environment. That is, if the de
Don Peter
  • Aug 22
  • 2 min

EditText in Android is leaking memory, and it's irritating.

EditText has a memory leak and this is how I found it.