When looking at a book, the loading of the image from internet URL significantly slows down the application. This also creates a dependency on the server you are getting the images from.
Suggestion: Maybe cache the images after loading them once in some local storage. Also you can maybe compress / decrease the resolution of the image, in order to save space, which speeds up getting those images from the db.
When looking at a book, the loading of the image from internet URL significantly slows down the application. This also creates a dependency on the server you are getting the images from.
Suggestion: Maybe cache the images after loading them once in some local storage. Also you can maybe compress / decrease the resolution of the image, in order to save space, which speeds up getting those images from the db.