When developing android apps, we tend to use multithread architecture to improve the performance of our application. In such case, there is a high chance that we run in to ANR: keyDispatchingTimedOut error atleast initially. The below links may provide some help in resolving it.
http://stackoverflow.com/questions/704311/android-how-do-i-investigate-an-anr
http://developer.android.com/guide/appendix/faq/commontasks.html#threading"
No comments:
Post a Comment