I have an doubt in java..hope i need a code for my application. Consider a taxi application, i want to get distance between two travelled places by taxi using latitude and longitutude..
I saw some examples in stack overflow,it is not sufficient to do my application...
Assume there are two buttons, start & stop
if i press start,it needs to start monitoring the distance if i press stop,it needs to stop monitoring the distance and calculate overall distance
for example: i am starting from 'a' & distance is 0000 i stopped in 'b' & distance is 0364
i want to get display like above mentioned in example I want in android pls suggest me to get results Results would be show as TextView..