Paginate a query result set to keep from pulling the whole result set to the client side
This avoids network traffic and slow loads to a Mobile device and avoids loading a large dataset to the clinet side.
Should not be used however if the base query takes an extended amount of time as you are still generating the whole result set each pass you're just not returning the complete set to the client.