Re: [android-developers] google map problem

2012-11-29 Thread doğan
I don't think because I added the internet permission in the manifest.xml On Wednesday, November 28, 2012 5:41:09 PM UTC+2, bob wrote: Maybe you forgot INTERNET permission in the first project? On Wednesday, November 28, 2012 8:49:06 AM UTC-6, doğan wrote: I dont understand this

Re: [android-developers] google map problem

2012-11-28 Thread Ralph Bergmann | the4thFloor.eu
Am 20.11.12 15:14, schrieb doğan: I want to use google map api .But i have problem about show the coordinates.I added a screencast and some part of codes.Any idea this problem? do you use the right Maps Api key? https://developers.google.com/android/maps-api-signup You need one for

Re: [android-developers] google map problem

2012-11-28 Thread doğan
I dont understand this situation.Problem solved when I create a new project. On Wednesday, November 28, 2012 4:15:57 PM UTC+2, Ralph Bergmann wrote: Am 20.11.12 15:14, schrieb doğan: I want to use google map api .But i have problem about show the coordinates.I added a screencast and

Re: [android-developers] google map problem

2012-11-28 Thread bob
Maybe you forgot INTERNET permission in the first project? On Wednesday, November 28, 2012 8:49:06 AM UTC-6, doğan wrote: I dont understand this situation.Problem solved when I create a new project. On Wednesday, November 28, 2012 4:15:57 PM UTC+2, Ralph Bergmann wrote: Am 20.11.12

[android-developers] google map PROBLEM

2011-09-14 Thread Swapnil Sharma
hiii all, i am using following codes 2 display google map but stiil it is not coming. .JAVA FILE package com.googlemaps; import com.google.android.maps.*; import com.google.android.*; import android.app.Activity; import android.os.Bundle; import android.widget.LinearLayout; public class

Re: [android-developers] google map PROBLEM

2011-09-14 Thread TreKing
On Wed, Sep 14, 2011 at 2:08 AM, Swapnil Sharma swapnil26sha...@gmail.comwrote: MapView mMapView = new MapView(this, 0iPfyUCdrBSuIGmumwpfwvQFOy-In7XLB9c3G7Q); setContentView(mMapView); setContentView(R.layout.main); What do you expect to happen when you do this?

[android-developers] Google Map Problem

2010-11-05 Thread Ahmed Shoeib
hi, i need to make progressBar start and during it map loaded and after the progressBar finish the Map load ? how to do it ? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Google Map Problem

2010-11-05 Thread TreKing
On Fri, Nov 5, 2010 at 7:46 AM, Ahmed Shoeib ahmedelsayed.sho...@gmail.comwrote: how to do it ? http://developer.android.com/reference/android/widget/ProgressBar.html - TreKing