Chinaunix首页 | 论坛 | 博客
  • 博客访问: 38587
  • 博文数量: 25
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 270
  • 用 户 组: 普通用户
  • 注册时间: 2013-03-28 17:38
文章分类
文章存档

2013年(25)

我的朋友

分类: Android平台

2013-04-08 15:17:56

Android中的文件I/O操作
 
本节分两部分:


1.访问SD卡.
2.访问手机中的存储文件夹.
3.读取assets中的文件.


 


 


一.访问SD卡:


1.界面编辑(res\layout\main.xml):




[java]
 
    android:orientation="vertical" 
    android:layout_width="fill_parent" 
    android:layout_height="fill_parent" 
    > 
 
           android:id="@+id/Button01" 
       android:layout_width="128dp" 
       android:layout_height="wrap_content" 
       android:text="打开" > 
 
阅读(849) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~