Android assets文件夾資源的訪問

 assets文件夾裏面的文件都是保持原始的文件格式,需要用AssetManager以字節流的形式讀取文件。       1. 先在Activity裏面調用getAssets() 來獲取AssetManager引用。       2. 再用AssetManager的open(String fileName, int accessMode) 方法則指定讀取的文件以及訪問模式就能得到輸入流InputS
相關文章
相關標籤/搜索