Can anyone help me find where the execption is? I can\'t seem to find the problem..
public void fieldChanged(Field f, int context){
//if the submit
45 / 0 time taken reaches zero and you have division by zero at
speed = 45/timeInSecs;
I think there is probably something wrong with startime calculation and it is actually equal to stoptime. Other thing could be the difference is actually going beyond the limit of the integer, probably use a long.