Android Question Which language to learn to use B4A

wizdigitech

New Member
My first Day Here, I develop a few game for Android and publish on the play store, if you search for Wizdigitech in google play store you'll see 5 of them, Sudoku Nano, Jam Wheel etc. I make them with construct 2 which need no coding.

With all that say you should know by now i hate coding lol... reason i am here because i hear that this program use a easy language WHICH i seems to cant find no lesson or tutorial online about it. (example #c, c++ etc have loads of tutorial)

so where can i find the language to learn in order to be able to write code in B4a
(If i have to learn JAVA forget about B4A lol)
 

wizdigitech

New Member
It only talk about using the software B4a but not about the language use. And yes I already make the my first program which only teach you how to use b4a and not which the is used. I am sure if I learn html I can't use it in b4a as a example, to find my way around b4a is easy, to now what to write, how, format, what order etc.
 
Upvote 0

Widget

Well-Known Member
Licensed User
Longtime User

The Beginner's Guide does have small tutorials in it and should be read and the examples worked on using B4A. Once you have mastered that, then move on to the B4A Users Guide which can be found here: https://www.b4x.com/android/forum/threads/users-guide.15861/#content
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
I guess you mean which base syntax B4A uses...
Well, The B in B4X stands for "Beginners All purpose Symbolic Instruction Code" = BASIC!
It renders coding almost as logic as logic thinking is!
 
Upvote 0

wizdigitech

New Member
I guess you mean which base syntax B4A uses...
Well, The B in B4X stands for "Beginners All purpose Symbolic Instruction Code" = BASIC!
It renders coding almost as logic as logic thinking is!

now we getting somewhere... Can you recommend me to a good site to learn BASIC
 
Upvote 0

Eme Fibonacci

Well-Known Member
Licensed User
Longtime User
I have a construct2 lincence.

Construct2 is perfect for gaming.
B4A is perfect for games and more.

At the moment I am creating my own websocket server (B4J) to use with construct2 in multiplayer games.

1) There are many tutorials here.
2) The language is very simple and similar to the old vb6 (similar but not equal)
The beginner guides quoted above are perfect.
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
now we getting somewhere... Can you recommend me to a good site to learn BASIC
If you know how to do logic thinking in English, then you know BASIC!

For instance:

If myage > your age then log("you're younger than me")

Or

If myscreen.width > myscreen.height then
myscreen.orientation = landscape
Else
myscreen.orientation = portrait
End if
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…