I am currently developing an android app to help coaches.
The idea of the game is not to let the players play in the same position twice. I have a list view
which contains the names of the players. I then select a name and drop it on a position which is a TextView
.
Is there a way that I can get the app to remember which name was dropped where and not to let that name be dropped there again?
Thanks!