Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

How to build a efficient iphone image gallery like scrollview image slideshow browser?

Hello,

I am a newbie and have been reading kitchen sink for the past few weeks. I am looking forward to build an iphone image gallery like local image browser, which has the following features:

  1. Be able to display 100+ images in scrollable view, and efficient.
  2. Display different image in horizontal orientation.
  3. Slideshow capability
  4. Switch to grid view to see the whole image set.

It seems the scroll_views_scrollable.js is a good start point but I doubt the performance will be horrible, since it build all views and load all the images beforehand.

Any suggestions?

Thanks

— asked June 29th 2010 by Rio Lee
0 Comments

4 Answers

  • you could use one placeholder image, and change it's image property regarding to the image you want to show. also add a touchevent to this image placeholder. this however doesn't show a animation where the next/previous image slides in from the left/right

    — answered June 29th 2010 by Christian Sigl
    permalink
    0 Comments
  • bump….

    — answered June 30th 2010 by Rio Lee
    permalink
    0 Comments
  • Check out the open-source gallery by Codeboxed.

    — answered May 28th 2011 by Micah Alcorn
    permalink
    0 Comments
  • i have created a gallery just like you specified please check out
    http://codecanyon.net/item/titanium-gallery-module/167909

    for more information about my custom gallery plugin

    — answered March 15th 2011 by Jason Meulenhoff
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.