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!
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?