I have a list view that has three text views (id, name, score). I am showing the name and rating from the database, and I want to show the identifier as an increasing number (1, 2, 3, 4). How can i do this?
I can also display the identifier database, but the problem is that I am showing the name and rating with the score in descending order (ORDER by DESC).
source
share