By jrandol
via xebee.xebia.in
Published: Aug 17 2010 / 00:47
Android uses SQLLite, which is an open source SQL database system for storing persistent data. The database that you create for an application is only accessible to itself, others applications won’t be able to access it. Android provides API’s to interact with the database which are quite easy to use. The performance of the database also seems to be good.



Add your comment