Android Question RE: [B4X][LOA] ListOfArrays

ilan

Expert
Licensed User
Longtime User
wow this is really useful. i wonder why not put it as a build in b4x object and not use a b4xlib for it. its like a simplified sqlite db as a simple list. like it! :eek:✌️
 
Upvote 0

ilan

Expert
Licensed User
Longtime User
It will be included as an internal library in the near future.
I think it deserve to join the b4x object family and be part of b4x language like list map array ... 😁
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
I think it deserve to join the b4x object family and be part of b4x language like list map array ...
1. I'm happy you like it :)
2. Technically it needs to be a b4xlib as it is implemented in B4X. The "core" libraries are implemented in Java / Objective C. The difference is a matter of checking the library in the libraries list. There is (almost) nothing special about the core libraries. And you can even add it to the project template and it will be checked automatically when you create a new project.
 
Upvote 0
Top