Hello! I am learning little by little development on Android. Create a menu! It seems to work! I create in a method
public boolean onCreateOptionsMenu(Menu menu). I create through add. I return the menu
retyrn super.onCreateOptionsMenu(menu); So here is the question. What is super.onCreateOptionsMenu(menu) ? I would like to understand logically, rather than stupidly writing code.
Thank you all!