rokkonet

PC・Androidソフトウェア・アプリの開発・使い方に関するメモ

android Contextの取得

android Contextの取得

2018 Jan. 21.

HogeActivityのContextの取得

 AlertDialog.Builder(Context)でのContextの取得

  new AlertDialog.Builder(HogeActivity.this);

     getApplicationContext()ではエラーとなる。