I’m building a basic app for iOS and Android which has a look similar to the stock iOS Weather app. There will be multiple pages (for eg. 7, one for each day of the week) and the user will be able to swipe left or right between them, with a dotted indicator line at the bottom. Since this is pretty common functionality, I was wondering if there’s already an existing template for this kind of an app, so I don’t end up reinventing the wheel.
I tried out jqTouch and jQuery Mobile demos, but i didn’t exactly find this. I found lots of swipe gestures, but neither of them had the dots at the bottom. The dots are key to my app and I don’t want to create my own dots. If there’s an example I may have missed, I’d appreciate a link to that!


Found it!
Sencha Touch has a Carousel effect that does exactly what I’m looking for.
I found the answer here.