When I run below code in the onPostExecute, it give me An exception occurred: java.lang.NullPointerException
getApplicationContext().getResources().getString(R.string.lbl_sth);
getBaseContext().getResources().getString(R.string.lbl_sth);
R.string.lbl_sth is definitely correct. If I run above two lines in onCreate, both work.
