Android Question update listview item

merlin2049er

Well-Known Member
Licensed User
Longtime User
Hi, I was trying to figure out how to update an item in a listview.

I'm keeping track of the listview position, popping up a side panel, and based on that input, I'd like to append to what's in that current position.
 

DonManfred

Expert
Licensed User
Longtime User
You need to repopulate the listview-content with the new (bigger or smaller=) content.
 
Upvote 0

merlin2049er

Well-Known Member
Licensed User
Longtime User
Well, I was hoping I didn't need to add to the list. Maybe I should remove at the specific position, and add it back.
 
Upvote 0
Top