Other B4A v8.80 BETA has been released

Status
Not open for further replies.

Erel

B4X founder
Staff member
Licensed User
Longtime User
android-chrome-192x192.png


I'm happy to release B4A v8.80 BETA. This version includes a new type of libraries named b4x libraries. b4x libraries are made of B4X code modules, general files, layout files and a manifest file. b4x libraries can be cross platform and also have other advantages over the standard compiled libraries.

Improvements:

Currently OkHttpUtils2 is included as a b4x library. The jar file is also kept for backward compatibility.
More libraries will be distributed as b4x libraries in the future.

As this is a beta version you should make sure to backup your projects before loading them with the new version.

An email with installation instructions will be sent to all developers who are eligible for a free upgrade.

Thank you for your help!!!
 

monki

Active Member
Licensed User
Longtime User
Hi Erel ,
a great concept is the cross-platform libarystructur.
but how can i get the files integrated into the libary like images ect?
 
Upvote 0

klaus

Expert
Licensed User
Longtime User
Big improvement!

It would be nice to have a specific folder for the B4X Libraries in the Configure Paths window.
Currently, we need to copy them to the Additional Libraries folder which are product specific.
 
Upvote 0

petri2000

Member
Licensed User
Longtime User
Big improvement!

It would be nice to have a specific folder for the B4X Libraries in the Configure Paths window.
Currently, we need to copy them to the Additional Libraries folder which are product specific.

I agree, I love the feature but somehow it get cumbersome the way it is, maybe a separate folder option for this as mentioned... Thanks for another great release :)
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
1.You should always start a new thread for your questions.
2. Why should serial not supported anymore? I don´t see any notes about this so i expect it to work,
I opened Bluetoothadmin example and it is working fine.
3. Which bluetooth lib are you talking about?
 
Upvote 0

JOTHA

Well-Known Member
Licensed User
Longtime User
great news ... testing soon!
THX Erel!
 
Upvote 0

MbedAndroid

Active Member
Licensed User
Longtime User
1.You should always start a new thread for your questions.
2. Why should serial not supported anymore? I don´t see any notes about this so i expect it to work,
I opened Bluetoothadmin example and it is working fine.
3. Which bluetooth lib are you talking about?

1) well a lot of modules are missing with this beta when i load the code. If i revert back to 8.5 no errors come up
for example: polyline, randomaccess,serial,bluetooth,stringfunctions,googlemapsextra,phonewakestate and many more

(isnt there a way to copy/past the history list from b4a?)

loading the program it says: error parsing librarys, method of implementing is not supported??
 
Last edited:
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
polyline, stringfunctions, googlemapsextra are additional libraries. They should be in the additional libs folder.
randomaccessfile and serial are internal library and are available in my libs folder from b4A.
I dont know a lib named phonewakestate. I guess you mean Phone
And phone library is in the libs folder too.
 
Last edited:
Upvote 0
Status
Not open for further replies.
Top