摘要: 访问assets文件夹中的文件,分为以下几个步骤:1、在Activity里面调用getAssets(),获取AssetManager引用2、调用AssetManager.open(String fileName)方法,指定读取的文件,得到输入流InputStream3、用已经openfile的inp... 阅读全文
posted @ 2015-04-13 23:39 算盘 阅读(403) 评论(0) 推荐(0)