Yello! Is it possible to pass a serializable object to SQLite using the ole 'android.content.ContentValues' class? I am making a to-do-list application and I rather than writing a 'put' line for each member of my task object, I want to send the whole object to sqlite and move on... this makes things more manageable later on when I decide I designed my app poorly and need to change my class around. :P
I have found Java Serialization to mySQL examples, but no sqlite examples. I am new to the concept of Serialization in Java and I've heard that you can get your object to be represented as a double, this may be a solution for me. Thanks! Greg Hedin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

