If I code:
locationManager.requestLocationUpdates(LocationManager.GPS_PROVIDER, 0, 0, locationListener);
Is that mean the location will be updated in real-time (every 0 millisecond and every 0 meter) or it won't be updated? Sorry if my question is so basic. Thank you..