I updated one of my apps yesterday. Before this update, my app was working properly on all Android versions. However, after the update, my app is still working on all Android versions except Android 13.
I don’t have any features like downloading or uploading, but I have a list with images in my app. I load online images with the help of the inbuilt Image Utility component.
After the update, when I’m using my app on Android versions below 13, it works fine, and all images load properly. However, when I open the same app on Android 13, I encounter an error (Error 908), and not a single image is loading.
Can anyone help me?
JEWEL
(Extension Developer 🧩)
January 5, 2024, 9:55am
#2
You may try image loader extensions,
Paid Extension:
[Paid] Glide - An image loading and caching extension for focused on smooth scrolling
[image]
Extension Properties
Configure the SDK for loading and caching images.
[image]
Load
Set Image component into imageView input. It will show the loaded image into this view.
Set image URL into url input. This input also takes image file path. Asset file also supported.
This extension also support any dynamic Image components.
[image]
Clear Memory Cache
Use this f…
Free Extensions:
1.Introduction
Description: Extension to load images with Picasso
Latest Version: 1.3
Released: 2021-03-08T18:30:00Z (UTC)
Last Updated: 2021-05-04T18:30:00Z (UTC)
2.Blocks
[image]
[image]
3.Usages
The extension can be used with any view component.
A good example will be this:
[image]
If you want to resize image then make sure you provide both, height and width.
Delete cache if you want to load fresh image
[image]
4.Source Code
You can find the source code at the Github repo:
…
Image Loader
Hi everyone,
Today I present a new extension based on Universal Image Loader that allows you to load and cache images.
Demo
Event
OnLoadingStarted: Event when the loading of the image is started. The url returns the URL of the image.
[OnLoadingStarted]
OnLoadingFailed: Event when the image is failed to load. The url returns the URL of the image.
[OnLoadingFailed]
OnLoadingComplete: Event when the image is loaded. The url returns the URL of the image.
[OnLo…
Overview:
The "Image Utility" is a free kodular extension that offers a range of powerful features for image handling,
including image loading, caching, and scaling. This handy tool is designed to enhance the browsing experience by
optimizing image display on websites, making images load faster, and providing additional functionality for image
management.
With the Image Utility extension, users can expect improved image-loading performance and efficiency while browsing
the app. …
NovaNexus
(NovaNexus)
January 5, 2024, 10:00am
#3
You can also try to change the property extension JSON to add a read media permission. Not sure that this would solve the issue forever, but it’s worth trying
Taifun
January 5, 2024, 12:14pm
#4
itsprince05:
However, when I open the same app on Android 13, I encounter an error (Error 908), and not a single image is loading
Ask for READ_MEDIA_IMAGES permission
You might want to do sone experiments using this extension
See also this thread
Taifun
Taifun
1 Like