In my game, a table is created with 3 columns, _id, player_name, score. It is easy to get the name and score, order by score desc, then get anther value "rank". If I want to display the "rank" number in the list activity (which is not in the cursor, but the sequence of the records), is it possible to use the CursorAdapter to fulfill it?
In my current design, I have to use the BaseAdapter and get all data out of the cursor and set them in a list, with the new "rank" column. It is possible, but I don't think it is a good idea. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

