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;
}
Tuesday, 30 August 2011
Log eBook - Post 8
I think I will make a preferences activity using Androids built in preferences, time to make another xml file, I shall name it preferences.xml :P
Log eBook - Post 6
Time to get started with the real code, java, first I need to show the user interface with setContentView( )
Log eBook - Post 5
First I need to make my user interface, it needs to show my name, form class, what day of the week it is, and what week it is, and most importantly, my time table
Subscribe to:
Posts (Atom)