Android Question AddMenuItem3

Josias

Member
Licensed User
Longtime User
Hi all,

The documentation says that AddmenuItem2/3 should only be called from within Activity_Create. I learned that the difficult way. For those who don't know, it fails to add the menu.

I currently have a splash screen that is shown at start-up. This activity is loaded in Activity_Create from where a timer is set to expire. On expiry of the timer, I want to draw my new screen using AddMenuItem3.

Any suggestions?
 
Top