Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
メニューのボタンをクリックすると、XML 設定ウィンドウが開きますが、そのボタンで sqlite データベースにレコードを作成する別のメソッドを呼び出したいだけです。
onCreateOptionsMenu() でこのメソッドを呼び出すだけで、メニューを膨らませないでください。
@Override public boolean onCreateOptionsMenu(Menu menu) { createRecord(); return false; }