Android - ListView with only 1 expandable item

Posted by andy_spoo on Stack Overflow See other posts from Stack Overflow or by andy_spoo
Published on 2010-05-30T13:37:27Z Indexed on 2010/05/30 13:42 UTC
Read the original article Hit count: 209

I have a listview with tickboxes, which uses an Adapter and which works well.

And I know how to make a whole list expandable.

But, it it possible to have just a single item expandable, or does it have to be the whole list?? If so, how is it done?

© Stack Overflow or respective owner

Related posts about android

Related posts about listview