Monday, July 25, 2011

[android-developers] XML vs SQLite

Hi,

I am writing a Service that has to read information from a config file during it's init.
I am storing these information in a text file, and manually Parsing it inside my Service code.

For Scalability, I want to move it to a XML file.
I am thinking of using SAX to parse XML and store data in internal
data structures in the Service.

Will using SQLite be a better option here ?

Kindly Advise,
Durga

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment