How can I create a list with only certain items expandable?
问题 I am trying to compose a list with some items expandable and some single items. I wish to have it so that when either a single item or expandable list child is clicked, I can call an intent based on the text of the item. I suppose expandable lists would work, but is there a way to set items in an expandable list so that they don't have the expandable list icon? Should I use something other than a string array? What is the best way to do this? Thanks Below is my incomplete code, I would like