Android Question What is the difference between "XUI" and "XUI views"?

vecino

Well-Known Member
Licensed User
Longtime User
Hi, I'm sure it's a silly question, but I don't understand it.
If I add the "XUI views" library to a project I can do something like:
B4X:
Dim xui As XUI
xui.MsgboxAsync("aaa", "bbb")
So what's the point of adding the "XUI" library?
Thank you.
 

vecino

Well-Known Member
Licensed User
Longtime User
Thank you for the information.
So, for which cases may be necessary to add the library "XUI" and not the "XUI views".
 
Upvote 0
Top