Skip to main content
Participant
July 12, 2011
Question

List of images in Flex 4.5 for mobile

  • July 12, 2011
  • 1 reply
  • 755 views

Hi,

I have a list of images and I want to show them one after another on mobile.

I created a list and an inline item renderer where images get added to the list runtime.

What I want is when the user swipes once,only one image at a time should be shown.

Right now I am using spark List component but its not working and the images get scrolled multiple of them at a time.

Would it be possible by using DataGroup? If yes, how? Please help me with it so that it looks like I am reading an image book.

Thanks

Monika

This topic has been closed for replies.

1 reply

shmonikaAuthor
Participant
July 18, 2011

Thanks.

I found a way of doing it by creating a view and calling it recursively everytime a user swipes