I am trying to simulate the interface of mobile (ios / android)…
- Drag the menu and you will see the part of previous or next page content
- Release the menu and if you have dragged over 30% of page content. It will do the transition between current page and target page.
I am just wondering is there any library or Flex component have already provided the above features? I have google it but got nothing related to these features (wrong keyword?..). I can code it by hand but I would like to check whether my approach is the best way to do so…
Thank you in advanced.
Using the Flex Mobile SDK, you’ll note a similar interface, user experience, and functionality as found within native iOS applications.
The List component appears similar to iOS, such as how the scroll bar renders and the ability to spring before the list.
I would take a look at Jason’s Flex Blog from Adobe, Mobile List Paging with Page Indicator Skin:
http://blogs.adobe.com/jasonsj/2011/11/mobile-list-paging-with-page-indicator-skin.html
There is a FXP of the project there.