I'm currently developing a media player application for Android. Now, I would like to store the last played songs. Which approach for persistence should I take to do this ? I mean, should I use SharedPreferences, o perhaps SQLLite database, or something else ?
I would settle for save the songs ID in some specific order. It's not necessary to save the title, artist or album of the song.