[android-developers] Re: Difference between Android 2.2 and Google API for Android

2010-12-06 Thread vogella
The Google one contains also API which is not part of the standard Android SDK. For example the Google Maps is not part of Android. On Dec 4, 4:28 pm, Zeeshan Hanif wrote: > Hi, > > I'm unable to understand the difference between "Standard Android platform > 2.2" and "Android + Google APIs". Beca

[android-developers] Re: UI Builder in 2.3

2010-12-06 Thread vogella
The new UI Builder is an improved version of the old one. For a screenshot please see here: http://www.vogella.de/articles/Android/article.html#first_views -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email t

[android-developers] Android Tutorial update to Android 2.3 (Gingerbread)

2010-12-06 Thread vogella
Hi, I updated my Android Tutorial to Android 2.3 (Gingerbread). Don't expect to much, I'm currently not using any Gingerbread specific API; the update mainly covers the installation process anf the new UI editor. http://www.vogella.de/articles/Android/article.html Best regards, Lars -- You rec

[android-developers] GPS Provider not available

2010-06-15 Thread vogella
Hi, I'm trying to use directly the GPS Location Manager (without a MapActivtiy) in the emulator. LocationManager locationManager = (LocationManager) getSystemService(Context.LOCATION_SERVICE); Location location = locationManager.getLastKnownLocation(LocationManager.GPS_PROVIDER); if (location !=