Java Question List<String> vs List, how to return the latter? to b4a

NFOBoy

Active Member
Licensed User
Longtime User
So I have multiple listeners that pass a List<String> to them, and I want to send them as a b4a List via a raiseevent.

However, I can't import that into that class, as the java.util.list import statement clashes with the import anywheresoftware.b4a.objects.collections.List statement

As these potentially could happen a few times, looking for the fastest implementation to get them back as something that b4a can natively deal with.

Doesn't have to be a List, but that makes the most sense to me at the moment.

Any thoughts greatly appreciated.
 

NFOBoy

Active Member
Licensed User
Longtime User
Ahhhh, full qualified name... I knew there was a reason I came here for fun! :)
 
Top