Community Questions & Answers

Tableview best way to do pagination?

Hello! I need to display ~250 items in a tableview. I want to display 50 items at the time, and when the user gets to the bottom of these 50 items they get the option to load more items from the list, and then the previous items is removed, and the next 50...

TableView pagination?

Is there a way to do pagination in TableViews? I'm looking to fetch the next recordset when you are at the bottom of the table. Similar to how the Apple Store does it. I have tons of data and loading them all at once is too long and server...

Pagination for iPhone apps

I would fetch several 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? Thanks

List Pagination

I don't know if Titanium has a way to paginate. I've been writing code to get Titanium to load a certain number of games from the server at a time, as opposed to all 80, for example, but the below code is not working -- the tableview of games does not show...

Displaying lots of HTML content

I'm looking into possible ways to display large amounts of local HTML content, which would seem to necessitate a WebView. Is there any way to automatically paginate the content so that it displays a screenful at a time? It seems like this might be...

Showing 1-21 of 21