SharedPreferences is the easiest way to store data. It's basically a class that stores key-value pairs in a file for you. So store 10 of those, the key being a number from 1 to 10, the value being name and score.
Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Jul 22, 7:00 pm, shoume <[email protected]> wrote: > I needed to create a high score table. > I looked everywhere but couldn't find any tutorial on that. > please help me if you could, > I looked at SQLiteDatabase but that seemed too complicated. > I am seeking something simpler and easier. I'm trying to make a > table.just displaying data. it asks the user to insert his name and > shows his name and a given score already calculated. where it only > shows the highest 10 scores. > > any advice how to go about that? > > thanks in advance --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

