Android Question Adding your own templates in B4XDialogs (XUI views)

wimpie3

Well-Known Member
Licensed User
Longtime User
In this thread, Erel writes that "It is simple to add more templates."

However, I don't think I've seen an example showing how to do that (unless we need to use ShowCustom - I know how to use that one but that's not really a template in my opinion).
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
1. There is no difference between classes inside a b4xlib library and your code.
2. You can unzip b4xlibs to see the code.
3. Best way to understand how templates are built is by seeing the code of the various templates in XUI Views.
4. To make sure that it is clear, you do NOT need to add template classes to XUI Views library itself.
 
Upvote 0
Top