January 17th, 2012, 07:09 AM
|
#1 (permalink)
|
|
New Member
Join Date: Jun 2011
Location: noida
Posts: 1
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
|
Limitation in Listview data..Which is coming from server?
Hello all,
I am new for Android,I am facing one problem in that,
I have one query that is giving thousand of result,in that I am using
limit 0,50,like
Select * from mytable limit 0,50;
Then this query will result on ListView only 50 results.
If I do not used Limit there then it takes lot of time or some time crashes although I am using Thread.
Task is that I want to see only 5 result and there should be one button on which I will click and next 5 result should be appeared.or after Scroll the five result there should be one progressbar should appear in the mean time it can download the other next 5 data.
can anybody help me regards this problem that how I should achieve this goal.
I will thankful to you...........
Thanks
|
|
|