2

I'm the new RecyclerView with the CardView layout from the android support library but i'm experiencing very low frame rate when scrolling. Is the issue coming from my adapter or is it a known issue ?

matiash
  • 54,791
  • 16
  • 125
  • 154
Seïfane Idouchach
  • 620
  • 2
  • 5
  • 21
  • possible duplicate of [Strange out of memory issue while loading an image to a Bitmap object](http://stackoverflow.com/questions/477572/strange-out-of-memory-issue-while-loading-an-image-to-a-bitmap-object) – Omar Farhat Aug 04 '14 at 20:22

1 Answers1

1

Solved it ! Turned out that loading the drawable through the xml layout file was the issue. When loading the image with the Picasso Library framerate got way better.

Seïfane Idouchach
  • 620
  • 2
  • 5
  • 21