Noob question

test29

New Member
I'm very interested in programming on android, and I started to learn java when I found basic4android. I have few questions:

1. Does basic4android support all the android java classes like android.opengl, etc. (are the commands that support all classes from java implemented in basic4android)?

2. Is in basic4android possible to make 2D and 3D games or it is oriented to programming applications?


Thank you.

(sorry for my bad English)
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
1. Basic4android code interacts with libraries written in Java. You do not call the java classes directly. Basic4android libraries form a coherent and in most cases simpler framework than the standard java classes.
OpenGL is currently not supported. It is possible that in the future someone will write a library for OpenGL.
2. You can write 2d games with Basic4android.
 
Upvote 0
Top