-1

I am working on a news app, which fetches lots of news articles with images, much like Pulse and Google currents -> many categories containing very many news articles with images. How can I achieve this without running into Out of Memory errors.

user1599914
  • 53
  • 2
  • 5

1 Answers1

-1

Android documentation explains pretty well how to deal with this issue.

Andy Res
  • 15,963
  • 5
  • 60
  • 96