I was reading @Informatix How To Make Games tutorial and I came across this line:
Is there any disadvantage to always use this line in every single app we create??
If you still have problems with memory, you can add this line in the manifest to get more memory with Android versions >= 3:
B4X:SetApplicationAttribute(android:largeHeap, "true")
Is there any disadvantage to always use this line in every single app we create??