I am using a CustomDialog in a CodeModule.
I would like to replace it with a B4XDialog, but I have noticed that an Activity must be passed as a parameter during initialization:
B4X:
B4XDialog.Initialize(Parent As B4XView)
What other parameters can I pass here? Or is there another solution so that I can reuse the B4XDialog?