I don’t see a definitive answer on this anywhere: Does the ArrayAdapter.insert() insert a new item at the specified location ..or.. does it replace the information at the specified location?
I don’t see a definitive answer on this anywhere: Does the ArrayAdapter.insert() insert a
Share
It inserts a new item. It does not change or erase any items that existed previously.