java - Android Music Player save playlist -


hey had created android music player application , going great until noticed every time created playlist , closed application playlist not save because never was.

i using hashmap can store song name , index belongs to. have looked around on how store full hasmap or array list couldnt find anything. know shared pref , saving data there possible if can create new file store playlist?

if have ideas or might have example code great.

thank you

look sharedpreferences.editor.putstringset method. can store sets, storing music playlist


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -