I have an app with a widget that loads an activity to perform an action. It works great almost always, but every so often it will be unresponsive and I will have to start the app again to get it to start working again. Does anyone have an idea as to why this is happening?
Share
If you get an “Application Not Responding” (ANR) dialog these links on stackoverflow and developer.android.com might help you find out why and debug it.