How to read location only once with locationManager (GPS and NETWORK PROVIDER) and not any more looking for updates of location, to save battery?
Just remove updated from the location manager.
locationManager.removeUpdates(this);