About sqlite use.

Posted by rantravee on Stack Overflow See other posts from Stack Overflow or by rantravee
Published on 2010-04-29T20:37:57Z Indexed on 2010/04/29 20:47 UTC
Read the original article Hit count: 301

Filed under:
|

Hi,

There are some things my application needs to do on first start up(first startup after update) . These actions could be described in a .txt file and then when it is the case read the file and do according to it ,or on the other hand (I lean to use this option) a sqlite database could be used to store the information . The apk file would be shipped with an .txt file/prebuild sql db stored in res/raw or res.asset and then copied into proper space and used. This I have figured out how !, though I'm not sure which option of this two would be the fittest ? One thing that is unclear to me is how could sqlite version mismatch affect me, and if it serious enough to take into consideration ? I 'm using Android api level 4 (Android 1.6) and the future application might be used on several different devices , with different api levels.

© Stack Overflow or respective owner

Related posts about android

Related posts about sqlite