My double value is something like 0.000659 and it show up like 6.6e-05.
I have looked all over but because I don't know what it is doing, I don't know what to look for.
Does anyone know what it is doing or how to fix it? My code:
Double value= jsonObject.get("last").asDouble();
Toast.makeText(getBaseContext(), "value"+value, Toast.LENGTH_LONG).show();