標題:
Android App - 檢查 res 是否存在
[打印本頁]
作者:
admin
時間:
2013-9-28 19:32
標題:
Android App - 檢查 res 是否存在
如果我們不檢查 resources 是否存在便對 resource 進行處理, Apps 很容易便 crash
int resID = mContext.getResources().getIdentifier("my_resource_name", "drawable", mContext.getPackageName());
if (resID!=0) {
// if resID ==0, means no such file or error
}
複製代碼
歡迎光臨 How2Do (http://forum.how2do.com.hk/)
Powered by Discuz! 7.2