The library extends the normal B4A view with more methods.
In your initialize method, you can specify the view.
dim ve as viewextended
ve.initialize("EventName", vwButton)
ve.doanymethodhere
something like this.
For the GridView and other layouts, I just created an object.
I'll provide more methods in later updates. I needed these views and layouts for a new library that I am making.
If you require any methods for the gridview, please let me know.
Tomas