• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Help with Google Maps APIv2 and SQLite for my app

Hi guys,

I am working on an Android app on my own and I am pretty new to Android development. I want to store actual addresses of places in Philadelphia, USA. That is, when the app is complete I want the users to select only a few addresses in Philadelphia and not anywhere else in the world. Should I use Google maps to set bounds from where the user can select an address or should I keep a database of all the addresses(which will become pretty huge I guess)?
I am extremely sorry if my question sounds stupid. I can give more clarification if needed.

Thank you for your time
 
Hi VinayLondhe!

My suggest is you can use a spinner or listview to show address you only want to show. And when user open your app you first zoom in Philadelphia, USA. Remember to make sure all your address you show are in Philadelphia, USA. Do you know how to zoom in google map ?
 
Back
Top Bottom