私の質問は理解しにくいと思いますが、ここに私が望むものを理解するための簡単な例があります
上記のこのメソッドは、新しいクラスを生成するときにデフォルトで作成され、Activity を拡張し、Android のメニュー ボタンをクリックするとメニューを表示できます。
public boolean onCreateOptionsMenu(Menu menu) {
// Inflate the menu; this adds items to the action bar if it is present.
getMenuInflater().inflate(R.menu.main, menu);
Log.i("---------------", "----------onCreateOptionsMenu--------------");
return true;
}
私の目的は、onCreateOptionsMenu などのメソッドを作成することですが、Android モバイルのホーム ボタン用です。