Java Question Panel as an argument to a Java function

demasi

Active Member
Licensed User
Longtime User
I need to pass a panel to a Java function.
The panel have some views inside, even custom views.
How can I define the argument type in Java side for the panel?
What kind of object is a panel in Java?
Thank you!
 

demasi

Active Member
Licensed User
Longtime User
Thank you.
Can I pass a panel in B4A as an argument, and receive it in Java as ViewGroup?
My Java function will only show the panel.
Is there some concerning about custom views or something like this?
 
Top