首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Android >

android 获取assets停的图片

2013-11-06 
android 获取assets下的图片? ?? ?try { String[] mIcon mContext.getAssets().list(picture_icon)}

android 获取assets下的图片

? ?

? ?

try { String[] mIcon = mContext.getAssets().list("picture_icon");} catch (IOException e) {// TODO Auto-generated catch blocke.printStackTrace();}

?

热点排行