Re: [android-developers] Adding Google Maps to Android app

2011-04-16 Thread lbendlin
[rant]The reason I mentioned static maps is that for whatever weird reason Google only allow you to have ONE MapView in your ENTIRE application. So forget about having active maps in different activities, or even different tabs. [/rant] -- You received this message because you are subscribed t

Re: [android-developers] Adding Google Maps to Android app

2011-04-16 Thread lbendlin
Also be aware that there is a second option, especially if you only need maps for certain locations. The Google Maps Static API provides just that, without any of the overhead of the regular MapView API. -- You received this message because you are subscribed to the Google Groups "Android Devel

Re: [android-developers] Adding Google Maps to Android app

2011-04-16 Thread Mark Murphy
On Sat, Apr 16, 2011 at 9:06 AM, Neverland wrote: > My question is: how to integrate the google maps to the module that > uses Android SDK? http://code.google.com/android/add-ons/google-apis/index.html http://code.google.com/android/add-ons/google-apis/installing.html http://code.google.com/andro

[android-developers] Adding Google Maps to Android app

2011-04-16 Thread Neverland
Hello all, I'm developing an app where I use the camera (android 2.2) and in some point I needed to add a google map to the app. As far as I know, Google Maps can only be added through a Google API and a different emulator that also runs on Google API... My question is: how to integrate the google