Re: [mono-android] regarding GPS Location

2012-10-16 Thread Tom Opgenorth
There is a quick recipe here: http://docs.xamarin.com/android/recipes/OS_and_Device_Resources/GPS/Get_Current_Device_Location Would that help you out? On Sun, Oct 14, 2012 at 11:23 PM, tbamy wrote: > Hi, > I am new in mono for android and i want to do just a simple (I think) thing. > I want to h

Re: [mono-android] regarding GPS Location

2012-10-16 Thread tbamy
Hi, I am new in mono for android and i want to do just a simple (I think) thing. I want to have a button and when I press it, it will show my gps location (latitude and longitude). Nothing more. I found the Location Demo and I saw your code here but I'm very confused. And I think these are too muc

Re: [mono-android] regarding GPS Location

2012-07-09 Thread Jonathan Pryor
On Jul 7, 2012, at 1:55 PM, ashish vaish wrote: > I developed a sample program for getting GPS location. Its working fine on > Android Emulator. But when i deployed it on device its not working. Its > "onLocationChanged" is not getting fired. What device is this on? Have you tried the MapsAndLoc

[mono-android] regarding GPS Location

2012-07-07 Thread ashish vaish
Hi; I developed a sample program for getting GPS location. Its working fine on Android Emulator.But when i deployed it on device its not working.Its "onLocationChanged" is not getting fired. Please help me why this is happening. Thanks in advance. --