Call Form from menu

AndroidUserCCS

Member
Licensed User
Longtime User
Hi, I am using simple menu and I want to know how is possible to do the following:

Click in the menu and call other window.

I am using a ActionBarExample.

when I click some button the code has this

Case ID_ACTION_SHARE
Msgbox("Share some content ...", "Item clicked")

I want to call a form design called Main2 this has some labels and later press return and back to the original form, how do I it ?

Thanks.
 
Top