I have a set of images named a1 to a7 I need to swipe this images as well as i have to add a forward and backward buttons for navigation.Rigt now I am just using a circle view flow I am able to swipe. But I don't know how to add buttons. Any help will be appreciated.
0
votes
1 Answers
0
votes
I'm not sure if I understood fully. If you want to swipe left and right, you don't need buttons, that's why you swipe. If you need every image to be in separate tabs check: http://developer.android.com/design/patterns/swipe-views.html
If you want some examples of just swiping/scrolling the images horizontally: http://docs.appcelerator.com/titanium/latest/#!/api/Titanium.UI.ScrollableView