- 
                Getting Out of memory exception in loading images from databaseabout 10 years ago 
- 
          
          about 10 years ago As you already done scaling and resizing, You should use this. First you have to download Glide Library then apply it. Glide.with(mContext).load(byteString).into(ImageView); Use Glide library and pass array of byte String in load method and set it on ImageView. Use this while setting image in adapter 
 
                      
                      
                      
    
    
 
               
               
 
      
      
1 Answer(s)