Tuesday 30 August 2011

Log eBook - Post 12

Got it, I have to use this code:


public boolean onOptionsItemSelected(MenuItem item){
        switch(item.getItemId()){
        case R.id.options:
            optionsMethod();
            return true;
        return false;
    }

No comments:

Post a Comment