3

Possible Duplicate:
Xml or Sqlite, When to drop Xml for a Database?

Today i had one question when i was creating android application. I use XML file to store data at client phone. I know about Sqlite ! But I prefer XML most because it makes easier to development ! So I am little bit confused between sqlite and XML ! Though I can use database ! But i had the question and I want answer what professionals prefer ?

Community
  • 1
  • 1
Chintan
  • 2,768
  • 4
  • 27
  • 43
  • Personally, if I'm reading and writing data for an app, I use a database. I use XML for readonly stuff and data transfer between systems. But, that's just me. – Doug Dawson Jan 24 '12 at 16:38
  • if the data is small then go with XML but for large amounts of data I'd say use the database. – L7ColWinters Jan 24 '12 at 16:38

0 Answers0