Board logo

標題: Android App - 檢查 res 是否存在 [打印本頁]

作者: admin    時間: 2013-9-28 19:32     標題: Android App - 檢查 res 是否存在

如果我們不檢查 resources 是否存在便對 resource 進行處理, Apps 很容易便 crash

  1. int resID = mContext.getResources().getIdentifier("my_resource_name", "drawable", mContext.getPackageName());      
  2. if (resID!=0) {   
  3.     // if resID ==0, means no such file or error
  4. }
複製代碼





歡迎光臨 How2Do (http://forum.how2do.com.hk/) Powered by Discuz! 7.2