Android Question b4A Limitations

daniedb

Active Member
Licensed User
Longtime User
Hi Guys
Can Anyone point me to the right direction?
What is the limitations regarding B4A number of Views, variables etc.etc

I'm busy with a "Huge" android app, with close to 40 views and hundreds of variables, and receiving 24hrs Bluetooth Serial strings in the android App that need to me calculated and displayed
In the Debugger, I start getting this
GC_FOR_ALLOC freed 354....
GC_CONCURRENT freed...
Messages

How can I determine how much memory my program use while running, and how can I free up program memory.
NOTE: I'm from the Windows environment, and not sure how Android handles memory.
The Equivalent Windows Program runs on a Laptop for the past year, without any issues.

Thanks
Danie
 

daniedb

Active Member
Licensed User
Longtime User
Thanks Erel, thats good News

What is the GC_ freed messages? Is that only when running in DEBUG mode?
 
Upvote 0
Top