Android Question Get View Activity

hanyelmehy

Active Member
Licensed User
Longtime User
i have image view in some panels then in xCustomListView
i try to use this code to get image view holder activity with no success any suggestion
B4X:
Sub getRootView(v As View) As View
    Dim jo = v As JavaObject
    Return jo.RunMethod("getRootView", Null)
End Sub
 
Top