With Basic4Android, is it possible to create and destroy objects at runtime?
Something Like This:
I've searched everywhere for a reference on this, without success.
Thanks.
--
Something Like This:
B4X:
Dim test As Object
test = New Panel
...
delete test
I've searched everywhere for a reference on this, without success.
Thanks.
--