R rigo95 Lurker Sep 12, 2014 #1 I'd like to save the arraylist that show the ranking of top players. ArrayList's name = Ranking. Class name = Player.
I'd like to save the arraylist that show the ranking of top players. ArrayList's name = Ranking. Class name = Player.
Manaya Member Sep 12, 2014 #2 You could convert the ArrayList to an array when you need to save it to shared preferences, then save that array instead. But if you're making leaderboards with top players, you might be interested in using Google Play Services for that.
You could convert the ArrayList to an array when you need to save it to shared preferences, then save that array instead. But if you're making leaderboards with top players, you might be interested in using Google Play Services for that.