Skip to main content
Participating Frequently
October 15, 2012
Question

Load high resolution images faster

  • October 15, 2012
  • 1 reply
  • 646 views

hi

iam developing an application to androids using adobe flex mobile 4.6


in this application iam displaying images (one by one ) each time the user clicks next an image is displayed

my problem is with height resolution image they take some time to load what i want is to find a way to display them faster ( if i open the same image in the gallery of any android they open very fast) so plz bid if u have a solution for that

or if u have an already gallery that u can send me the code or a link to it



or if u have an other ideas to display the images faster plz advice


thanx a lot

This topic has been closed for replies.

1 reply

Mark.fromOP
Inspiring
October 15, 2012

Are you loading images off a server or are they local to your app? If they are local to your app, save them in photoshop with the save for web feature, that will shrink them good, then in Flash lower your default image quality, I find at 80% - 70% there is no noticeable degradation. You should see your overall app size drop by doing these things. Another option is to load the images in the background when the user is not loading something else so they are sitting there ready to go.