Hi,
I have a main activity reading GPS coordinates and status showing the actual position on map.
I would like to call another page to show coordinates and GPS status (satellites, speed, etc).
I create another page in designer to show this data but obviously calling it with StartActivity the main GPS activity go to pause and GPS stop to update.
What's the best manner to do this behaviour, is possible do not pause the main activity?
Many thanks in advance.
Paolo
I have a main activity reading GPS coordinates and status showing the actual position on map.
I would like to call another page to show coordinates and GPS status (satellites, speed, etc).
I create another page in designer to show this data but obviously calling it with StartActivity the main GPS activity go to pause and GPS stop to update.
What's the best manner to do this behaviour, is possible do not pause the main activity?
Many thanks in advance.
Paolo