The thing is, the BaseAdapter providing the info for the ListView does not have a list, it retrieves the items directly from the database, based on an offset. This is needed because the size of this list would be huge (about 100000 entries). I have tried it with adding a lookup offset to the position parameter in BaseAdapter:getView(int position,.. ). This results in retrieving appropriate results starting with the search result and propper scrolling through the data records. But with this it is not possible to scroll before that initially added offset. So I am noch lucky with the behaviour yet.
-- 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

