Hi, im trying put code some like this in a library
B4X:
Sub Class_Globals
Dim base As B4XView
Dim xui As XUI
Dim SearchTemplate As B4XSearchTemplate
Dim Dialog As B4XDialog
End Sub
Sub Search_Template(base1 As Activity) As ResumableSub
basee = base1...
Hi for all, i need a bit help with this plz.
Im using this code and works fine, but i need some more.
this code:
Base = Activity
Dialog.Initialize (Base)
SearchTemplate.Initialize
Dim Items As List
Items.Initialize...