Hi,
I'm dealing with a lot of "heavy" routines, both in Java as in B4A.
I just wanted to share, that the explanation of memory issues, too many variables, etc came very often from the fact that Java can't handle classes bigger than 65535 bytes long.
Oh, you may have a Public Class in a bigger java file. But each of the sub classes can't exceed this bytes limit.
This happens also in Visual Basic 6 for instance.
I'll post here more info as I go along.
Kind regards,
Kepler
I'm dealing with a lot of "heavy" routines, both in Java as in B4A.
I just wanted to share, that the explanation of memory issues, too many variables, etc came very often from the fact that Java can't handle classes bigger than 65535 bytes long.
Oh, you may have a Public Class in a bigger java file. But each of the sub classes can't exceed this bytes limit.
This happens also in Visual Basic 6 for instance.
I'll post here more info as I go along.
Kind regards,
Kepler