Databases in Android

Source: Internet
Author: User

Android uses the SQLite library to provide complete relational database capabilities without imposing additional restrictions.

 

Using SQLite, you can create independent and associated databases for each application. They are used to store and manage complex and structured application data.

 

All Android databases are stored in the/data/<package name>/databases folder of the device (or simulator. By default, all databases are private and only allow access to programs created for them. Share a database between programs. You can use content provider, which will be demonstrated later in this chapter.

 

Database Design is a huge topic and should be explained in more space, but it is unlikely in this book. However, it is worthwhile to emphasize the best practices for standard database applications. In particular, it is important to use standardized things to reduce data redundancy when creating databases for devices with resource restrictions.

 

The following sections focus on the practicality of creating and managing SQLite databases in Android.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.