![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjQpzxQvr7T59aetHVWLELZ_uzzJKx2Kl5AfZmmPLEUNsF-CDpjesTyuK7XRQZlu5_h0pSXFm-V4Yen9IqfMGtW1kaDKKr7WBiGdAw5xE74A3JLuzOtDb5LD-21eJVPOv762P2koydgM5V9/s200/sqlite.PNG)
Android apps use SQLite relational database to store information like contacts, events, tasks and application specific data. SQLite database engine is a self-contained transactional database engine that requires no seperate database server process. SQLite is an opensource database actively developed by a large set of community and sponsers like Oracle, Symbian, Mozilla, Adobe, Bloomberg.
Some of the well-known users of SQLite DB are:
- Apple
- IPhone
- IPod touch
- ITunes software
- Google
- Android OS
- Google Gears
- Crome Web Browser
In SQLite, the database is a simple disk file and all the data structures of relational database like tables, indexes, views are with in this file.
0 comments:
Post a Comment