Android Question [SOLVED] [B4XPages] Get activity

makis_best

Well-Known Member
Licensed User
Longtime User
Hi

I use this code to get the activity of a page.
But doesn't return anything. Why?
B4X:
Dim Act1 As Activity = B4XPages.GetNativeParent(Me)
 
Top