Skip to main content

All Blog Posts

Technical insights on building faster, more reliable mobile and web apps. Covering debugging, performance optimization, APM strategies, and engineering best practices.

212Total Posts
5Authors
ANALYSIS OF IMPACT OF BUGS IN ANDROID, IOS AND WATCHOS APPS IS NOW AVAILABLE IN APPXIOM.
February 8, 2022Appxiom Team

ANALYSIS OF IMPACT OF BUGS IN ANDROID, IOS AND WATCHOS APPS IS NOW AVAILABLE IN APPXIOM.

The impact of memory leaks, abnormal memory usages, slow frames and frozen frames, ANR and App Hang, UI thread blocks, network issues, and all other bugs are now presented in a tangible way. Also bugs can be ordered based on the number of devices that are affected. This helps mobile app developers to prioritise bugs and to understand where they need to focus on to improve the performance of the app.

AppsandroidiOS+3
DETECTING AND FIXING ANR IN ANDROID APPS.
October 12, 2021Don Peter

DETECTING AND FIXING ANR IN ANDROID APPS.

Any developer who has ever written an Android app must have faced the age old issue of 'App Not Responding' popularly known by the acronym ANR. ANRs are UI/Main thread blocks that prevail for more than 5000 milliseconds. Fixing ANRs require three steps much like any other issue. 1. Get to know the existence of the issue. 2. Get accurate data points to identify the root cause of the issue. 3. Get the issue fixed and release a patch version fast.

Appsandroidbugs+1

Showing 169182 of 212 posts