android - Toast.makeText ANR - Stack Overflow

android - Toast.makeText ANR - Stack Overflow

瀏覽:1385
日期:2025-06-30
2013年9月23日 - Instead of using direct call to R.string , you should use getResources() and then like below. String strSuccess = getString(R.string.save_success); ......看更多