I have a TabActivity and three tab, each tab is an Activity added to TabHost with TabHost.AddTab. Everything goes fine but I have a trouble with the menu options. I have added a menu options overriding OnCreateOptionsMenu of TabActivity and I did the same in each sub-activity, but the menu is loaded only in the main TabActivity and putting debug to procedure onCreateOptions in to sub-activities I found that this procedure is never called. Also putting the debug in procedure onPrepareOptionsMenu of sub-activities I found that this procedure is never called. Anyone can help me to understand why and how I resolve this problem ? Thanks in advance for your collaboration.
↧