B4J Question B4J Libraries and B4A Libraries

Erel

B4X founder
Staff member
Licensed User
Longtime User
The currently preinstalled libraries are:
SS-2013-11-18_17.25.18.png


ByteConverter is not preinstalled but it can also be used. Any library that doesn't reference an Android specific API can be used.

From the above list, the APIs are mostly identical to the similar B4A libraries. jSQL API is slightly different.

jRandomAccessFile currently doesn't support the WriteEncrypredObject / ReadEncryptedObject methods.
 
Upvote 0

holdemadvantage

Active Member
Licensed User
Longtime User
I try to add customlistview module but there is a warning message. I think we need to translate a lot of libs before converting our B4a project into B4J but unfortunately i'm not able. I think i will wait your and other users work and i hope this will be possible in a near future :)
 
Upvote 0

XverhelstX

Well-Known Member
Licensed User
Longtime User
Is there a B4J library tutorial available?
Like what about core lib features: b4shared.jar (should still be referenced?)
for AbsObjectWrapper, ViewWrapper, etc?
And what about creating the xml?

Or is this exactly (compiling) the same like Basic4Android but without referencing to any Android API?
 
Upvote 0

warwound

Expert
Licensed User
Longtime User
Is there a B4J library tutorial available?
Like what about core lib features: b4shared.jar (should still be referenced?)
for AbsObjectWrapper, ViewWrapper, etc?
And what about creating the xml?

Or is this exactly (compiling) the same like Basic4Android but without referencing to any Android API?

jCore.jar seems to be the essential b4j library to reference.
Then if you're working with UI elements, you might also need to reference jFX.jar.

Those seem to be the main one or two b4j libraries to reference.

Martin.
 
Upvote 0
Top