[android-developers] gps location

2016-04-13 Thread Merniz Abdelkader
Hi everyone first, sorry for my bad English i want someone can help me. i want to create android application based on gps location , but this time is different i want for example to change the phone status(normal mode >to silence mode. for example if I get in my house or conference room

[android-developers] GPS Location returns zero speed always

2012-04-25 Thread David Ross
Asked this over on Stackoverflow as well... I have code that successfully gets location updates from multiple providers and filters them to give a current best estimate. I added code to check for the returned Location.hasSpeed() and .hasBearing() values to do some bearing related calculations

[android-developers] GPS Location

2011-10-22 Thread Goutom
Hi I have no internet connection.I want ot get Gps location point using gps.Is it possible ? Something like this. Location location = Get_Last_location(); I am using the folloing providers: LocationManager.NETWORK_PROVIDER LocationManager.GPS_PROVIDER but no internet connection. Thanks in

[android-developers] Gps Location Path

2011-09-20 Thread nageswara rao rajana
Hi, I want to develop an application with google map, on which i need to show the path i am travelling. Anyone please provide me sample code. Thanking you, Nagu. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] Gps Location Path

2011-09-20 Thread TreKing
On Tue, Sep 20, 2011 at 8:00 PM, nageswara rao rajana nagu.raj...@gmail.com wrote: I want to develop an application with google map, on which i need to show the path i am travelling. Anyone please provide me sample code. No one is doing you work for you. What have you tried?

[android-developers] GPS Location time confusion

2010-09-21 Thread dern
Hi, I'm writing an app which is receiving GPS events in an onLocationChanged(...) method. The time I receive the location change notification seems markedly different from the time that the Location instance I receive holds. I wrote this bit of code to diagnose the problem... public void

[android-developers] GPS location and geopoint

2009-09-08 Thread sweet
Hello i would like to display a geopoint in a mapview with the location of the device with gps coordonates. I already have a code for display geopoint and i would like to fit it for display this location: drawable = this.getResources().getDrawable(R.drawable.geopoint);