The app I am working on is having this strange behavior - It works correctly for a while, but after some series of actions (that I'm not sure how to replicate) it does this -
- seems to stop responding to clicks on some ImageViews that have OnClickListener() set. These methods call context.startActivity(intent) - later after clicking on some other button (or going to Home screen) all the startActivity intents fire off (this can be seen in the log). Then the last of the Activities comes to the front and the Activity stack has all the Activities which you can go back to with the Back key. Does anybody recognize this scenario? Any ideas what might be wrong? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

