View Pager with Universal Image Loader Out of Memory Error

后端 未结 7 1552
别跟我提以往
别跟我提以往 2021-02-02 01:58

I am not really sure if a ViewPager with Universal Image Loader can/should be used as an alternate for a gallery like interface since I have run into an Out of Memory error whil

7条回答
  •  有刺的猬
    2021-02-02 02:17

    Try to apply next suggestions:

    1. Use ImageScaleType.EXACTLY
    2. Enable caching on disc (in display options).
    3. Finally try to use .discCacheExtraOptions(maxImageWidthForDiscCache, maxImageHeightForDiscCache, CompressFormat.PNG, 0);

提交回复
热议问题