取得資源檔(R)的文字

Resources res = getResources();

String titleString = res.getString(R.string.title);