I have extended a BaseAdapter for a listView.

The List View is on the lines of ListAdapter Collapsed ,but instead of the
dialogue box i have a seek bar(which gets enabled and disabled)On the
trigger of the expansion.There is an imagebutton widget which changes to
play/pause.


On the onClicklistern of the imageButtons(I change the image),I observe that
the getView of the Adapter gets called again??(Whats the reason for this)

Also in the list what i am observing is that  only the first row of the
list, i see that the play button changes to pause.(i am using the Image
Button).The rest of the rows donot change to the play/pause of the image
button though the media player changes from play to pause and vice versa.  i
am surprised because there no where in my code there is hardcoding,the
action are based on the positions.But only the first row is behaving the way
i want,what could be the pssible reason..

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to