Volatil3
Volatil3

Reputation: 14998

Appcelerator: Pagination for Views in IPhone

I want to show remotely fetched records and want to display in same format as Apple shows Icons on Home Screen. I also want pagination ( the dots on bottom) for indication of currently selected page. How could it be achieved?

Upvotes: 0

Views: 536

Answers (1)

Craig
Craig

Reputation: 2193

I believe you're looking for the ScrollableView component. Use the HTTPClient to retrieve your data from the server, create views/imageviews/etc from the data as appropriate, then add the views as children to the ScrollableView.

Upvotes: 1

Related Questions