Trying to get double values from an EditText and manipulate them before passing them to another Intent. Not using primitive data type so I can use toString methods.
try this:
double d= Double.parseDouble(yourString);
String sc1="0.0"; Double s1=Double.parseDouble(sc1.toString());