This is something which I have always felt the lack.
While searching here on the site if there was at least a way to match the indexes (badly explained but now it does not matter) I found this thread/Library:
XmlLayoutBuilder - Load Xml layouts
In the example, there is:
In addition, Periklis Koutsogiannis has found a way to solve this problem.
How we can do it?
While searching here on the site if there was at least a way to match the indexes (badly explained but now it does not matter) I found this thread/Library:
XmlLayoutBuilder - Load Xml layouts
In the example, there is:
B4X:
Dim x As XmlLayoutBuilder
' ...
Panel1 = x.GetView("panel1")
In addition, Periklis Koutsogiannis has found a way to solve this problem.
How we can do it?