I work with an application that requires downloading multiple images from the Internet. I use 2 libraries: Fresco from Facebook and Picasso (In different Activity
). But OutOfMemory
appears constantly when the testers use the application. There is an idea to complete the Activity
immediately after leaving it. finish()
along with startActivityToResult(...)
do not help. I also tried System.gΡ()
.
The application crashes after a busy memory of 60 MB. Tell me what to do?