Hi all, I need some help on how to show nearest locations, the right way. I have in my DB a list of locations. I want to show the n nearest locations (n choosen by the user) with some filters (show only favorites, show only open etc...). I think I should create a ContentProvider, but where do I do the filtering ? Does the contentProvider has to send only the wanted locations, or should he return the whole list, and so the mapView should filtering locations by itself ? Thanks for your help, Guillaume
-- 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

