Android Question What is the sub to code when the Loadlayout is issued

Fayez Boulos

Member
Licensed User
Hi,
When I issue Scrollview.panel.loadlayout OR Panel.Loadlayout OR Activity.Loadlayout what is the event that I can code against?

In other words, Is there an object of type "Layout" which has events to code against? ... Something like the Form_load in .Net?

Thanks a lot
 

jimmyF

Active Member
Licensed User
Longtime User
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Is there an object of type "Layout" which has events to code against?
No. Usually you load the Layout in Activity_create.

Beside the documentation you also should watch the Videos.
 
Upvote 0

Fayez Boulos

Member
Licensed User
Thanks DonManfred, and JimmyF. I am reading the documentation for now, but I Got what you mean by that the Layout is not an object with events. Thanks
 
Upvote 0
Top