Out of memory exception during scrolling of listview
- by user1761316
I am using facebook data like postedpicture,profile
picture,name,message in my listview.I am getting an OOM error while
doing fast scrolling of listview.
I am also having scrollviewlistener in my application that loads more data when the scrollbar reaches the bottom of the screen.I just want to know whether I need to change anything in this…