I use:
to get all labels of the Activity. At the same time, when the label change, I need to change also an ImageView view, but how do I get the respective one?
B4X:
For Each v As View In Activity.GetAllViewsRecursive
If v Is Label Then
lb = v