Poor app performance can badly impact how a user communicates with your app. Most of the one star-rated apps on Google Play suffer a lot of stability issues. If developers can take care of this aspect, not only will it improve the discoverability of the app but it can also help users to engage better with your app. Google launched a new section in the Google Play Developer Console that helps developers to understand their app's stability, battery usage, and render time on real devices.
Stability of the app depends on the following two factors:
Application Not Responding (ANR): ANR is one of the most annoying irritants that can easily frustrate any user. ANR occurs when a UI thread of an Android app is blocked for too long. ...