You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app shows some times java.lang.OutOfMemoryError because of too many bitmaps being loaded into the memory while populating the home with journals.
If we will use Glide library to load the images then it will solve the error to a large extent.
So, It is preferred to use the Glide library wherever the images are to be shown.
The app shows some times java.lang.OutOfMemoryError because of too many bitmaps being loaded into the memory while populating the home with journals.
If we will use Glide library to load the images then it will solve the error to a large extent.
So, It is preferred to use the Glide library wherever the images are to be shown.
Glide - https://github.com/bumptech/glide
The text was updated successfully, but these errors were encountered: