Yes I agree with Avdhesh. I later found Phonegap api supports SQLite databases. Since this app is built on phonegap we have to use a SQLite database.
On Thu, May 31, 2012 at 7:59 PM, Avdhesh Yadav <[email protected]> wrote: > On Sun, May 6, 2012 at 7:04 PM, Prabhath Suminda <[email protected] > >wrote: > > > Hi, > > In my project I need to implement a mechanism to store metadata of > > the photos. I have considered several options like a database, separate > > files for each photos (e.g XML file). So can you give suggestions on what > > is the best way. I think a database would be better because then we can > > create complex queries. If we are going to use a database what will be > the > > best option (MySQL, SQLite, etc.) > > > > Android Supports SQLite but it does not supports JDBC.Android has its own > API for Accessing SQL Lite Data > > > > > > Regards, > > Prabhath > > > > > > -- > Avdhesh Yadav > http://www.avdheshyadav.com > http://twitter.com/yadavavdhesh >
