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.
メニューを作成し、アクセスできます。問題はない。しかし、メニューをクリックした後にメニュー項目の名前を変更する必要があります
public boolean onOptionsItemSelected(MenuItem item){ switch(item.getItemId()){ case 1: item.setTitle("your char"); }}