top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is an ANR notification in Android?

+1 vote
454 views
What is an ANR notification in Android?
posted Mar 14, 2017 by Karthick.c

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes
 
Best answer

ANR means App Not Responding. The reason we can receive ANR notification is that the app is working too much on it's main thread.

How to avoid ANR notification
If you are going to perform any complex operation (time consuming) then you should probably use a separate thread for it. Doing so you will not freeze your main thread.

answer Mar 16, 2017 by Salil Agrawal
Similar Questions
+2 votes

I am receiving ANR notification sometimes in my application. The code is working fine though, how can I prevent showing this message. Please help.

0 votes

Can anyone suggest the library for Push Notification?

+2 votes

I need to show custom notification, not just the custom text. I want to be able to design the notifications for my application.
Is there any possible way to do this?

+1 vote

Where can I find the code that takes care of the "notification panel revealed" (notification curtain down) event?
Id like to understand the logic that control the order of appearance of the notifications once you swipe down the curtain...

...