I have started programming an Android Application to Measure short distances (in Meters) between two points so for example the user hits a start button then the application saves the current Location then while the user is walking the application shows him the distance in meters from the starting point.
How to achieve that considering not to use GPS or Networking ? I have searched around in Google and SO. I think Motion Sensors and Accelerometers are not the way to go but found nothing about Position Sensors like Orientation Sensor and Geomagnetic Field Sensor. Can I use Position Sensors to Achieve the case described above?