What I wanted to do was write a simple Help UI. All it would have is a full screen panel, title, HTML body text and a close button. I could then use this library in various parts of my app (and future apps) to display help to the user. Pretty simple to write in regular B4A.
I was under the impression that Classes have limits when dealing with the UI but a quick look at Chapter 11 makes it look like they can have UI components of their own, it's accessing UI components of the parent Activity that is limited\complex. Is that a fair statement?
It appears that a Class would be a good way of doing it. Would you agree from my brief description of what I want to do?