Hi,

I am using BaseAdapter for displaying the list. This list is fetched
by calling a Web Service. At a time only 20 records are returned. Now,
when the scroll of the BaseAdapter reaches the last record then the
application should fetch more records from the server.

So, what I want to know is how to know the scroll position or some
other way of knowing that the last record has been reached so fetch
more records from the server. I don't want to implement the next and
previous button on the screen.and so am trying to implement it in this
manner.

Let me know if someone knows the way of implementing it.

Hope to get a reply soon.


Thanks & Regards
Sunil

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to