grantbow / activehabits

Android app for tracking clicks over time
http://www.activehabits.com
5 stars 1 forks source link

serialized data storage #41

Open grantbow opened 12 years ago

grantbow commented 12 years ago

Modify the values stored in the playlist to use import java.io.Serializable; (pickled) arrays of data including the name of the playlist, the color value, etc.

grantbow commented 12 years ago

Started working on this. I need to convert the variables I'm using to objects and attributes and store them in the old variables. I am also seeing I stored global data in the same area but I need to store this in preferences like it should be. I haven't tacked the default preferences APIs yet.

grantbow commented 12 years ago

created the class with (I think) all the variables we need in mark.java.