开发者

Appcelerator: Pagination for Views in IPhone

开发者 https://www.devze.com 2023-02-25 01:10 出处:网络
I want to showremotely 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 s

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消