getview()

  1. O

    Android Question How to access a CustomView object in b4xmainpage by view index?

    Hi, As an exercise for learning to create custom views, I have implemented a custom view class named TapCounter which is made of a panel and 2 labels. Then I added 3 views of this class in the designer. They work well, I think. But I don't know how to access an object of TapCounter by index...
Top