samedi 19 mars 2016

Displaying SQL Lite Query results

I am trying to display the top scores in my game - a Scoreboard. What would be the best method to display these scores?.

I have included the SQL Lite Cursor I have made below:

String qry = "SELECT Profile_table.Name, Score_table.Score FROM Profile_table Cursor c = db.rawQuery(qry, null);

Would a list view or text view(need line breaks) but most suitable?

Do I use a string buffer?

Any assistance would be appreciated thanks.

Aucun commentaire:

Enregistrer un commentaire