I'm new to B4a (purchased it yesterday) and I'm a confirmed programmer since 20 years coding in Basic on Atari, C on Amiga, Unix and even PHP.
As I hate Java, I decided to use B4a to start coding for Android.
The first App I want to code for training is a simple sudoku game and was wondering if I should use gameview library (and managing the tiles myself) or if it exists another library more suited for this kind of tiled app.
What's is somehow confusing for a new comer like me is the huge list of libraries available (thats a good point to have the choice).
Any adivce on the best direction will be appreciated.
I have written a Sudoku game, not published, without any special library.
I use several Panels for different layers (grid, numbers, small numbers etc), and everyting is done with graphic functions (Canvas), grid drawing, number drawing (big and small) etc.
But this is only one vision.
I have written a Sudoku game, not published, without any special library.
I use several Panels for different layers (grid, numbers, small numbers etc), and everyting is done with graphic functions (Canvas), grid drawing, number drawing (big and small) etc.
But this is only one vision.