For android development can I use JPG image instead of PNG image on image views?

后端 未结 3 2203
情话喂你
情话喂你 2021-02-18 22:53

The main purpose of this question is to know what is the best option to choose between PNG and JPG for android development considering the following scenarios

1) is it a

3条回答
  •  北荒
    北荒 (楼主)
    2021-02-18 23:42

    It's a question of quality of the images. If you're ok with the loss of quality just use it instead.

    A bitmap file is a .png, .jpg, or .gif file. Android creates a Drawable resource for any of these files when you save them in the res/drawable/ directory.

提交回复
热议问题