btnmale.setOnFocusChangeListener(new View.OnFocusChangeListener() { @Override public void onFocusChange(View v, boolean hasFocus) { Double ft = Double.valueOf(malepicker1.getValue()); Double in = Double.valueOf(malepicker2.getValue()); Double cm; cm = (ft * 12 + in) * 2.54; Toast toast=Toast.makeText(getApplicationContext(), (int)+cm,Toast.LENGTH_SHORT); toast.setMargin(50,50); toast.show(); } <pre>});
try/catch
makeText
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)