Android Question CSBuilder in B4X

netsistemas

Active Member
Licensed User
Longtime User
i have a proyect in b4X, but only are used in Android.
(the first version are ok in b4j).
Now, i added CSBUILDER and panels but there are not library CSBUILDER in B4J.
What is the best way to solve this problem:

BXA:
B4X:
    Dim cs As CSBuilder
            cs.Initialize

IN BXJ?

Incluide:

B4X:
#if B4A or B4J
in all code?

there are not a library to envolve this data type like simple text in b4j?
 
Top