Android Question Version Needs

Shelby

Well-Known Member
Licensed User
Longtime User
As a rank amateur like myself, do I need to consider changing my B4A version [which is now 7.8] to the latest model 8.0? Perhaps there are advantages or disadvantages to either choice. I'm at the stage of reading laboriously the Wyken Seagrave PDF book: "B4A Rapid App Development Using Basic" at the moment. I"m on page 143 of 670 pages. I have only one midget app for a mathematic calculation.
Thanks
 

Shelby

Well-Known Member
Licensed User
Longtime User
Sorry,
I don't understand how the change log will help me see if I should just leave my version 7.8 as is for now or update to 8.0 or newer if it exists. I'm just looking for your recommendation. Perhaps I have to pay again for the new version?
Thanks
 
Last edited:
Upvote 0

Jeffrey Cameron

Well-Known Member
Licensed User
Longtime User
Old guy talking here, but the one constant I've discovered over the years is: Things Change.

The OS changes, devices change, and as a consequence how your code needs to interact with them will have to change as well. Some of these changes are breaking, in other words your old compliers and methods won't be able to run, or run poorly/improperly, on the newer OS/devices.

Generally, it is up to you to make the call on if you need to upgrade. If there's a new feature available that would be of value to you, change. If you want to target the latest Android APK, change. If there's no pressing impetus for you to adopt the new version while you're learning then you're probably fine sticking with the version you have.

Just my two-cents worth. Your mileage, as they say, may vary. :)
 
Upvote 0
Top