Android Question two layout

kalarius

Active Member
Licensed User
Longtime User
hi,

from the designer I have design the layout 'main' and the layout 'second'

i start with the Activity.LoadLayout("main")
at the main there is the button1 that Iwant at the click event to load and show the 'second' layout

at the second layout there is a listview that I insert all my conducts, the user will choose one and pressing the button2 it must close the 'second' layout and show the main layout

is there any exmaple and any suggestion how can I do that?

thank
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Top