android--storage and access to data

Source: Internet
Author: User
Tags sqlite database

1. data file access operation

We can access the data to the default storage address for Android app data, with the address: installation package/data/data/<package name>/files/

1) Write data to the file

Public FileOutputStream Openfileoutputstream (String name, int mode)

Where the parameter name is the file name, mode is the data write method (file operation mode)

2) Read the data from the file

Public FileInputStream Openfileinputstream (String name)

Where name is the file from which you want to read data

2. Access data files in the resource directory (read only, cannot update write)

Public InputStream openrawresource (int id)

Where the parameter ID is the file ID

3. Get the file from the assets directory and read the data

Getresources (). Getassets (). Open ()

SQLite database

android--storage and access to data

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.