Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
My Application Fetch Data from Sql server,no problem to get data,But
Sometime data is more than 3000 record.
Problem is how to display data on screen?
I Use Inflate concept for Display Data.
Like DotNet Paging Functionalities in android?
If Not than We can made it?
Posted

1 solution

If you have to display the parsed data from server you can use custumized List View.
Using the Array Adapter you'll be able to display the fetched data into your List View.
Hope it solves your issue.

Happy coding. :-)
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900