0

In my app I am trying to parse some values from url whenever the user hits any button. In the same way I am using handler thread to refresh my app automatically for every one hour.

But at the time of refreshment the parsing process gets started and at the time if the user hits any button the app gets crashed automatically. In the logcat it shows the error to be as

Android ANR keyDispatchingTimedOut Error

How can I continue the operations in my app without any crash. Is it possible to stop the parsing in between....

Please, help me friends...

Siva K
  • 4,968
  • 14
  • 82
  • 161

1 Answers1

0

Please check below link more helpful to you

ANR keyDispatchingTimedOut error

Community
  • 1
  • 1
Nikhil
  • 16,194
  • 20
  • 64
  • 81