Android Question Building a B4A library from Java files

kepler

Active Member
Licensed User
Longtime User
Hi,

If we have already a set of Java files with some useful routines, how do we include the classes in a B4A library?

Kind regards,

Kepler
 

kepler

Active Member
Licensed User
Longtime User
Hi,

According to the article you kindly provided, that doesn't work in my current version of B4A - 3.82 :(

Any ideas?

Kind regards,

kepler
 
Upvote 0

stevel05

Expert
Licensed User
Longtime User
Then you'll need to write a library in java. Search the forum for "creating java library", there are quite a few threads about it
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
According to the article you kindly provided, that doesn't work in my current version of B4A - 3.82 :(
you need to update to 4.3 i think

elswhere you can write a wrapper in java to be used in b4a.
Or you can hire someone who do this for you.

What java files you already have you want to use?
 
Upvote 0

kepler

Active Member
Licensed User
Longtime User
Hi,

I have 5 Java files. Some have mathematical procedures, but others code like this:

public class CTrans
{
etc...

I don't know how to include this in the Eclipse Editor...

Regards,

Kepler
 
Upvote 0
Top