[android-developers] Re: graphically represent multiple list selections or dynamically change a list item view
OK, I figured it out but I don't like the solution.
It works and it's pretty enough, but I'd rather use some of the built
in Android magic I love so much.
I created 2 image views, one with an on graphic and one with an off
graphic.
When an item gets clicked, I swap out the visibility of the 2 items.
One gets visible, the other gets gone.
And I maintain an array list of selected _ids for reference.
So I hope this helps anybody out there looking for a solution to this.
But if anybody can recommend a better way, I'd love to hear it.
--
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
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home