Image takes time to load

For now a solution I already said before, to make it load an image quickly as an option is to put the background image in a BUTTON, instead of using the image component, use the BUTTON component and put any image in it, believe me it’s 100% resolved and loads instantly.
I repeat, it is not a Wifi problem and as MIKA says, let’s wait a little longer until the KODULAR updates. Sorry if suddenly my English is regular and I know how to interpret it well.

1 Like

Mika’s statement cannot be correct. Since the problem definitely only arises when there is an internet connection, so the question remains:
What happens between pressing the button and displaying the image?
And why does this duration change depending on the time of day?

It is also strange that Image.Visible = true applies immediately and NOT only when the image is actually displayed.

1 Like

same problem with me also… it takes time to show assets image like 10 to 15 seconds

Thank you, but everyone already knows that.
We are now only talking about the reason (or more precisely the cause) for this.

1 Like

It is correct since I know what I changed or not into our code.
Maybe the MediaUtil from App Inventor does some http connection or else.
But not the image componet itself.

But why should this have any influence on the Image component?
(And moreover such a strange and time-dependent influence?)

I dont know. Because it does not make sense at all.
A http connection makes only sense if the image is stored online.

So I dont know at which place the error is created for that.

1 Like

the next update when there will be

now that you have updated kodular to solve the image problem, just create the apk with the new update or do I have to do anything else?

Simply re-exporting your app should fix the issue.

ok then I create the APK thanks