Load large images into Bitmap?

前端 未结 5 2115
耶瑟儿~
耶瑟儿~ 2021-01-02 09:23

I\'m trying to make a basic application that displays an image from the camera, but I when I try to load the .jpg in from the sdcard with BitmapFactory.decodeFile

5条回答
  •  生来不讨喜
    2021-01-02 10:04

    You can follow this amazing tutorial

    http://developer.android.com/training/displaying-bitmaps/load-bitmap.html

提交回复
热议问题