If you have the rest of the code in place, I'd be reluctant to toss it out and start over with a SQLite implementation. Although it might do the conversion "for free", it's going to be a much more general-purpose conversion routine, and thus is unlikely to be as fast as one you've optimized for your specific use case. You could put together a quick benchmark to see, but that'd be my expectation.
String -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

