ANR keyDispatchingTimedOut error

ANR Error Activity Not Responding. Your activity took to long to say to the Android OS ‘hey i’m still alive’! (This is what the UI thread does). http://developer.android.com/guide/practices/design/responsiveness.html Basically if you make the UI thread do some complex task it’s too busy doing your task to tell the OS that it is still ‘alive’. http://android-developers.blogspot.co.uk/2009/05/painless-threading.html … Read more