i read many similar questions on this thread, but none of them help me... This is my code:
@Override protected void onCreate(Bundle savedInstanceState) {
is
imc_met=spinner.getSelectedItem().toString();
not
imc_met=Spinner.getSelectedItem().toString();