-3

I have a couple images that I am adding to android studio, however, I will the error that, the bitmap is to large. Additionally, larger bitmaps will increase my heap amount and create my app to run slower, therefore, I am asking what the ideal image size to upload is for a reasonable sized bitmap?

trincot
  • 317,000
  • 35
  • 244
  • 286
Eli
  • 827
  • 1
  • 7
  • 21

1 Answers1

1

There is nothing like 'ideal size', read about Android screen support. Every group of screen have a different size, so you should place as many images as screen group. You can read more in other question.

If you want to make image smaller, you can use Kraken for PNG images, or you can also convert them to the WEBP format.

Community
  • 1
  • 1
Serafins
  • 1,237
  • 1
  • 17
  • 36