Engin Arslan wrote: > Hi, I use listview in my application. I get listview values from > server so it is a little slow. So I want to optimize it such a way. I > will load 10 content of listview and load anotjer 10 content when user > pull down listview. Method is similar to google market method. My > question is that how can ı get user pull down listview so ı will looad > other part of listview from server?
There are a few ways to solve this. Here is one that I use: http://github.com/commonsguy/cwac-endless (it needs more documentation, but the demo application should help illustrate how to use it) -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Need help for your Android OSS project? http://wiki.andmob.org/hado --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

