I was trying to build a music player in android and I require to save the playlist created by the user. Now I was looking for SQLite and found that there exist a thing called preferences. Now what will be best for me in terms for memory and structure and ease in data-retrieval?
Thanks in advance,
A Noob.
🙂
For a playlist DEFINITELY the database. The preferences is just a simple key-value pair.