- Android 系统概述
- 什么是智能手机?智能手机操作系统有哪些?
- Android(安卓)是什么?
- Android 系统架构(图解)
- Android 7 新特性介绍
- Android 开发环境搭建
- Android 开发环境搭建教程(图解)
- Android SDK 是什么?
- 通过 Android Studio 创建 Android 应用程序(附带解析)
- Android Studio 的基本调试
- Android 应用程序结构:Android 组件和资源详解
- Android 四大核心组件:Activity+Service+BroadcastReceiver+ContentProvider
- Android Activity 组件及其生命周期
- Android 资源(res 和 assets 目录)
- AndroidManifest.xml 配置文件详解
- Android App Widgets 组件详解
- Android 系统的进程和线程
- Android GUI(图形用户界面)开发
- Android View 和 ViewGroup
- Android 使用 XML 文件定义用户界面
- Android 五大布局:FrameLayout、LinearLayout、AbsoluteLayout、RelativeLayout 和 TableLayout
- Android 创建 Widget 组件实例详解
- Android Button:按钮控件
- Android CheckBox:多选按钮控件
- Android RadioGroup:单选按钮控件
- Android TextView:文本框控件
- Android EditText:编辑框控件
- Android Spinner:下拉列表控件
- Android AutoCompleteTextView:自动完成文本框控件
- Android DatePicker 和 TimePicker:时间日期选择器
- Android ProgressBar:进度条控件
- Android ScrollView:滚动视图
- Android SeekBar:拖动条控件
- Android RatingBar:评价条控件
- Android ImageView 和 ImageButton:图片视图和图片按钮
- Android ImageSwitcher 和 Gallery:图片切换器和图库
- Android GridView:网格视图
- Android Tab:面板标签控件
- Android 菜单:选项菜单+上下文菜单+子菜单
- Android Bitmap(点阵图像、绘制图像)
- Android 对话框(AlertDialog+ProgressDialog)
- Android 多窗口模式(分屏模式)
- Android 事件监听器和回调方法
- Android 电话短信拍照开发教程
- Android Intent:不同应用程序之间通信的桥梁
- Android 实现拨打电话功能
- Android 实现接收短信和发送短信功能
- Android 调用相机进行拍照
- Android 多媒体开发
- Android Service 生命周期和使用方法
- Android BroadcastReceiver:接收广播
- Android 音频以及音频播放器开发实例
- Android MediaRecorder 录制音频
- Android 视频以及视频播放器实例
- Android Camera 相机以及相机程序开发实例
- Android MediaRecorder 录制视频
- Android 数据存储(SQLite 数据库、Android App 数据备份和恢复 )
- Android 数据存储之 SharedPreferences
- Android 数据存储之文件存储
- Android 使用 SQLite 数据库存数数据
- Android SQLite 数据库操作实例
- Android ContentProvider(内容提供者)
- Android 使用系统提供的 ContentProvider
- Android 自定义 ContentProvider
- Android 使用自定义 ContentProvider
- Google App Engine 是什么?
- Android APP 数据备份与恢复
- Android BackupAgent 实现数据备份与恢复
- Android BackupAgentHelper 实现数据备份与恢复
- Android 网络编程
- 借助 GPE 让 Android APP 和 Google App Engine 通信
- Android HTTP 通信
- Android HttpURLConnection 访问互联网资源
- Android 通过 GET 方式获取互联网资源
- Android 通过 POST 方式获取互联网资源
- Android Socket 编程(附带实例)
- Bluetooth(蓝牙)是什么?
- Android 蓝牙通信开发教程(详解版)
- Android 蓝牙通信开发实例演示
- WIFI(无线局域网)是什么?
- Android WiFi 开发(WiFi 编程)实例演示
- WIFI Direct(WIFI 直连)是什么?
- Android WIFI Direct 开发教程
- Android WIFI Direct 开发实例演示
- NFC(近场通信)是什么?
- Android NFC 开发教程
- Android USB 开发简介
- Android USB 附件模式开发教程
- Android USB 主机模式开发教程
- Android SIP 开发教程
- Android 智能传感器
- LBS(位置服务)和 GPS(全球定位系统)简介
- Android LBS 位置服务开发简介
- Android GPS 定位开发教程
- Google Map API 开发简介
- Android Google Map API Key 详细申请步骤
- Google Map API 开发 Android 地图应用实例
- Android 传感器开发教程
- Android 运动传感器开发教程
- Android 位置传感器开发教程
- Android 环境传感器开发教程
- Android 绘图(2D 绘图、3D 绘图)
- Android 2D 绘图开发简介
- Android 使用自定义 View 绘图
- Android 使用 Bitmap 绘图
- Android 使用 SurfaceView 绘制静态图像
- Android 使用 SurfaceView 绘制动态图像
- Android Drawable 开发简介
- Android 3D 绘图开发简介
- Android 硬件加速开发简介
- Android RenderScript 开发简介
- Android App 的国际化和本地化
- Android 国际化和本地化开发简介
- Android 手机区域设置详细步骤
- Android 未本地化应用开发教程
- Android 本地化应用开发教程
- Android 文本输入与复制粘贴
- Android 剪贴板框架开发简介
- Android 剪贴板数据转文本开发简介
- Android 复制粘贴开发教程
- Android Content Provider 复制复杂数据开发教程
- Android 一键复制粘贴开发实例
- Android 企业级应用开发
- Android 设备管理 API 概述
- Android 开发设备管理 API 应用教程
- Android 文本语音 API 开发教程
- Android TV 应用开发教程
- Android TV 应用开发实例
- Android 可穿戴设备应用开发教程
- Android 应用程序的发布
- Android 应用程序发布的步骤
- Android 为什么要为应用程序签名?
- Android 导出未签名应用程序开发步骤
- Android 生成签名文件开发教程
- Android 应用程序签名开发教程
- zipalign 工具优化应用程序开发简介
- Google Play Store( Android Market)发布简介
Android 数据存储之文件存储
Android 的文件存储方式分为两种:内部存储和外部存储。
1) 内部存储
内部存储是指将应用程序的数据以文件方式存储到设备内存中。以内部存储方式存储的文件属于其所创建的应用程序私有,其他应用程序无权进行操作。
当创建的应用程序被卸载时,其内部存储的文件也随之被删除。当内部存储器的存储空间不足时,缓存文件可能会被删除以释放空间。
因此,缓存文件是不可靠的。当使用缓存文件时,自己应该维护好缓存文件,并且将缓存文件限制在特定大小之内。
使用文件存储信息时,使用 openFileOutput 和 openFileInput 进行文件的读写,这跟 Java 中的 I/O 程序很类似。创建并写内部存储文件的步骤如下:
1) 通过 Context.openFileOutput(String name, int mode) 方法打开文件并设定读写方式,返回 FileOutputStream。
其中,参数 mode 取值为:
- MODE_PRIVATE:默认访问方式,文件仅能被创建应用程序访问。
- MODE_APPEND:若文件已经存在,则在文件末尾继续写入数据,而不抹掉文件原有内容。
- MODE_WORLD_READABLE:允许该文件被其他应用程序执行读取内容操作。
- MODE_WORLD_WRITEABLE:允许该文件被其他应用程序执行写操作。
2) 调用 FileOutputStream.write() 方法写入数据。
3) 调用 FileOutputStream.close() 方法关闭输出流,完成写操作。
内部存储文件的写文件示例代码如下:
String FILENAME="hello_file"; String string="hello world"; FileOutputStream fos = openFileOutput(FILENAME,Context.MODE_PRIVATE); fos.write(string.getBytes()); fos.close();
2) 外部存储
外部存储是指将文件存储到一些外部存储设备上。例如 SD 卡或者设备内嵌的存储卡,属于永久性的存储方式。
外部存储的文件不被某个应用程序所特有,可以被其他应用程序共享,当将该外部存储设备连接到计算机上时,这些文件可以被浏览、修改和删除。因此,这种存储方式不具有安全性。
由于外部存储器可能处于被移除、连接到计算机、丢失、只读或者其他各种状态,因此在使用外部存储之前,必须使用 Environment.getExternalStorageState() 方法来确认外部存储器是否可用。
验证外部存储器是否可读写的代码如下:
boolean mExternalStorageAvailable=false; boolean mExternalStorageWriteable=false; String state = Environment.getExternalStorageState(); if(Environment.MEDIA_MOUNTED.equals(state)){ //外部存储器可读写 mExternalStorageAvailable = mExternalStorageWriteable = true; }else if(Environment.MEDIA_MOUNTED_READ_ONLY.equals(state)){ //外部存储器可读不可写 mExternalStorageAvailable=true; mExternalStorageWriteable=false; }else{ //外部存储器不可读写,处于其他状态 mExternalStorageAvailable = mExternalStorageWriteable = false; }
此外,在程序开发过程中还可以使用缓存文件(Cache),内部存储和外部存储都可以用于保存缓存文件。
如上述一样,当存储器的存储空间不足时,缓存文件可能会被删除以释放空间。因此,缓存文件是不可靠的。当使用缓存文件时,应该自己维护好缓存文件,并且将缓存文件限制在特定大小之内。
使用文件存储功能
实例 FileDemo 演示了使用文件存储的功能,其运行效果如图 1 所示。
图 1 FileDemo 运行结果
该实例将文本框中输入的内容存储到名为 text 的文件中。当该应用程序再次启动时,可以从 text 文件写入的内容中读取并显示出来。
本实例使用内部存储方式,我们可以在 data/data/<your package name>/files 目录下找到名为 text 的文件。
本实例没有将文件放置到 SD 卡 中,可自行实现将文件保存在 SD 卡中的操作。
实例 FileDemo 的布局文件 main.xml 中放置了两个 TextView、一个 EditText 和两个 Button,其代码如下:
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical"> <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="使用文件存储程序信息" /> <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="输出您存入的信息" /> <EditText android:id="@+id/phone_text" android:layout_width="fill_parent" android:layout_height="wrap_content" android:hint="输入保存的信息" /> <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="vertical"> <Button android:id="@+id/SaveButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="保存信息" /> <Button android:id="@+id/LoadButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="读取信息" /> </LinearLayout> </LinearLayout>
实例 FileDemo 中 AndroidManifest.xml 文件的代码如下:
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="introduction.android.fileDemo" android:versionCode="1" android:versionName="1.0"> <uses-sdk android:minSdkVersion="14" /> <application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppTheme"> <activity android:name=".MainActivity"> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity> </application> </manifest>
实例 FileDemo 中 MainActivity.java 的代码如下:
import android.app.Activity; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.EditText; import android.widget.Toast; import java.io.FileInputStream; import java.io.FileOutputStream; public class MainActivity extends Activity { private EditText SaveText; private Button SaveButton, LoadButton; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); SaveText = (EditText) findViewById(R.id.phone_text); SaveButton = (Button) findViewById(R.id.SaveButton); LoadButton = (Button) findViewById(R.id.LoadButton); SaveButton.setOnClickListener(new ButtonListener()); LoadButton.setOnClickListener(new ButtonListener()); } private class ButtonListener implements View.OnClickListener { @Override public void onClick(View v) { switch (v.getId()) { /*保存数据*/ case R.id.SaveButton: String saveinfo = SaveText.getText().toString().trim(); FileOutputStream fos; try { fos = openFileOutput("text", MODE_APPEND); fos.write(saveinfo.getBytes()); fos.close(); } catch (Exception e) { e.printStackTrace(); } Toast.makeText(MainActivity.this, "数据保存成功", Toast.LENGTH_LONG). show(); break; /*读取数据*/ case R.id.LoadButton: String get = ""; try { FileInputStream fis = openFileInput("text"); byte[] buffer = new byte[fis.available()]; fis.read(buffer); get = new String(buffer); } catch (Exception e) { e.printStackTrace(); } Toast.makeText(MainActivity.this, "保存的数据是" + get, Toast.LENGTH_LONG).show(); break; default: break; } } } }
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论