For i = 0 To Activity.NumberOfViews - 1
Dim mytags as String
If Activity.GetView(i) Is EditText Then
mytags = Activity.GetView(i)
Log(mytags.tag)
End If
Next
I don't have B4A on this computer to test it, but it should be something like this.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.