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 indicat开发者_JAVA技巧ion of currently selected page. How could it be achieved?
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.
精彩评论