Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have a widget layout of two ImageViews and a button. Whenever I tap the button, the two image views should get some random images in my resource files. My problem is for the first few clicks, the image views are properly getting new images, but after that, even though I am setting images using the setImageViewBitmap(), but to no use. Any help would be appreciated.

share|improve this question
After few clicks whats happening? is it crashing? – Braj Aug 20 '12 at 12:20
the app won't crash. lets say I have some 100 images. First 5 clicks, the two imageviews are updated with some random images from the 100. but afterwards, no matter how many times I click my button, the images won't change. I debugged it, I am getting two new images, and calling setImageViewBitmap() to set them, however, the old images won't change. – rahul Aug 20 '12 at 12:24
Please post the code snippet u r using – Braj Aug 20 '12 at 12:37

1 Answer

up vote 0 down vote accepted

I found the problem. It is due to the exception " FAILED BINDER TRANSACTION". Please look into this discussion. https://groups.google.com/d/topic/android-developers/KKEyW6XdDvg/discussion

Thx@ rahul.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.