What does this method do super.onCreateOptionMenu() and super.onOptionsItemSelected(item)
问题 I am new to android. I know this question have been asked before but, i am still confuse . What this method does when returning them inside my onCreateOptionMenu() and onOptionItemSelected() Can any one help me what effect i will have 1)if i return true 2)if i return false 3)What will happen when i return super.onCreateOptionMenu() and super.onOptionItemSelected Can anyone please explain me this with good example. I am still confuse. 回答1: Ok, let's first see the two methods of your interest