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
