Why are my images in the layout load slower than texts in Android?
I mean, that the TextViews loads almost at once, however the ImageViews
loads a bit slower, and this looks very ugly, and disturbing.
What can I do against it?
I load the images of the ImageView on the fly, and set the images of the
ImageViews with setImageBitmap() in a background process.
No comments:
Post a Comment