I always had some difficulties to find a good way for the instant location of the device. What I want to do is once per use of the app (e.g. when the onCreate of an activity is called) i want to know the coordinates of the device in that exact moment and never ask for them again. What I think could be the best way is to have something like a static Class with a function similar to :
coordinates getCoordinates();
Some advice/snippet to give?