Hi, I'm using an ImageView in my application. I've an AsynTask that is executed onCreated() that downloads the image to be used in ImageView from the web and stores it in a Hashmap as a softReference.
The first time when the activity is launched, the imageView works fine on a single Click. The second time also it works fine on a single click. But from 3rd click onwards, it is only responding to a double click. Can someone please help me understand what the issue must be? In my onClickListner, I've a a method that calls updateImage, which loads the image from the hashMap which was populated from the AsynchTask. Any insight in this is appreciated. Thanks, Dipti -- 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

