how to make ordered multiple choosing recyclerview kotlin?

21 Views Asked by At

i am a begginer in adroid development. i want to make an app in which a person chooses points in the order he wants and after that he starts to drive from one point to another. so i want to make an ordered multiple choosing of list of items, but i cant find anything. can I realize such recyclerview using koltin, but instead of check marks there would be number in which the item was selected, and after that adding all the selected items into array in that order?enter image description here

0

There are 0 best solutions below