Tuesday 30 August 2011

Log eBook - Post 10

I shall use Androids menu button. Ill use this code:


public boolean onCreateOptionsMenu(Menu menu) {
        MenuInflater inflater = getMenuInflater();
        inflater.inflate(R.menu.menu, menu);
        return true;
    }

No comments:

Post a Comment