Hi,
How can I obtain the current UTC time and date using a gps location changed lsitener ?
public void onLocationChanged(Location lastLocation)
{
lastLocation.getTime()
}
Hi,
How can I obtain the current UTC time and date using a gps location changed lsitener ?
public void onLocationChanged(Location lastLocation)
{
lastLocation.getTime()
}