Working with Mutiple Activities

abhishek007p

Active Member
Licensed User
Longtime User
Hi,

my project have 2 activities, one for the main app, and second for Options window. in the options window, i have a tab control for changing options.

i want to do the following.
1. i want to load my 2nd activity window when user click on a button on 1st activity.
2. and when user click Close button on 2nd activity, i want to close the 2nd activity and return to 1st activity.

i used the following code but it doesnt work, it simply load the controls of 2nd activity on 1st activity. Activity.LoadLayout("gui2")

i am just getting confused how to make a multiple activity app. can someone help me out on it.


Thanks,
abhi
 
Top