I am making an application in which I have to change the position of the selected item in list view to first position and set other items one position less than current How can i do this.
Can any body suggest me some tutorial or any suggestion.
I am making an application in which I have to change the position of
Share
Use
Adapter, and arrayliston item click remove the item from that position. out it at the 0th position and usenotifyDataSetChangedto reaarange the listviewExample