Java Question Making classes of compiled libraries visible in B4A

airblaster

Active Member
Licensed User
Longtime User
I have a compiled library that contains an class "Offers".
I want to use that class in B4A.
Is there any way to directly make this class visible in B4A?
Or do I have to go through the process of writing a wrapper class?

Reason I'm asking is that the library often returns "Offers" objects in a list, and I'd like to avoid going through the whole list and wrapping every single object every time.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…