Images Memory Management in Android

前端 未结 3 1592
醉酒成梦
醉酒成梦 2021-01-25 13:40

This is one of the most asked question by beginners but still I couldn\'t get any help unfortunately. In an activity I have a viewflipper to which I assign imageviews with imag

3条回答
  •  日久生厌
    2021-01-25 13:48

    to avoid,aquire large heap using this in manifest:

    android:largeHeap="true"
    

    and almost all problem solutions are present on these links related to memory out of error,hope that one of them may solve your problem:

    meomry-out-of-error

    Memory Leak and Out of memory Error using List,LinkedList and HashMap

    Memory Leak and Out of memory Error using LRU Cache

    Memory Leak and Out of memory Error using Disk LRU Cache

提交回复
热议问题