Thankyou@Mika.
please check my videos. The image was loaded one by one before the new version was updated. Now loading together. This time is becoming an app hanging.
Thankyou.
“This version of getBitmapDrawable can be used synchronously. It uses the Asynchronous version. Note: This means we are blocking on the UI Thread, which is not a good idea. However testing has revealed that blocking the UI thread may be better then having loaded images “appear” fractions of seconds after they were requested.”
Go to GitHub from App Inventor and read that at the MediaUtil.java file.
There you have the answer.
Since the new update we use exact this method.
Before we used it asynchron but all people was crying because of the image loading delay.