Android Question How can i optimise my app

Makumbi

Well-Known Member
Licensed User
B4X:
how can i make my app to be in a smaller app size which can improve install success
 

Alexander Stolte

Expert
Licensed User
Longtime User
how can i make my app to be in a smaller app size which can improve install success
I don't understand this code... which language is that? it doesn't looks like Basic.
 
Upvote 0

Peter Simpson

Expert
Licensed User
Longtime User
  1. Only use libraries if you really have to.
  2. Optimise your GFX (Use GIMP or Photoshop to do that).
  3. Reuse bitmaps.
  4. Write shorter routines if possible.
@Makumbi basically 1 and 2 should help you a lot, 3 not so much...
 
Last edited:
Upvote 0
Top