If you are creating an Android application with map support then you’d be interested to calculate distance in meters, KM, miles or any other measure for example if you want the user to pick a point in the map and calculate the distance with your current location.
You can do this easily with Java and geo calculations.
This article explains how.
