Re: [android-developers] show toast message while waiting for location

2013-05-16 Thread Justin Anderson
Have you looked at LogCat output? Also, as Bob said, toast messages will display and then disappear. It sounds like you want to be displaying a progress dialog instead of a toast. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, May 16, 2013 at 8:5

Re: [android-developers] show toast message while waiting for location

2013-05-16 Thread bob
Toasts automatically disappear after a short period of time. Thanks. On Thursday, May 16, 2013 2:10:38 AM UTC-5, geo wrote: > > The problem is that it doesn't work. > When I press now the button to start searching for signal it doesn't start > at all. > Also, I am not sure if it will work like

Re: [android-developers] show toast message while waiting for location

2013-05-16 Thread geo
The problem is that it doesn't work. When I press now the button to start searching for signal it doesn't start at all. Also, I am not sure if it will work like the way I want. Show "Waiting" while searching for signal and then show the coordinates when it will find them. Τη Πέμπτη, 16 Μαΐου 20

Re: [android-developers] show toast message while waiting for location

2013-05-15 Thread Justin Anderson
Ummm... what exactly is your question? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, May 15, 2013 at 2:25 AM, geo wrote: > Hello , > > I have an application where I use GPS and I want while GPS is looking for > position to display a toast "Waiti

[android-developers] show toast message while waiting for location

2013-05-15 Thread geo
Hello , I have an application where I use GPS and I want while GPS is looking for position to display a toast "Waiting for location" and when location is found show the location. To start GPS I press a button: case R.id.getlocation: > gps = new GPSTracker(ShowList.this); > // check if GPS en