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;
    }

Log eBook - Post 11

Now what happens if I press the item?

Log eBook - Post 9

Now how am I going to get to the preferences?

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 7

Oh well that was simple, hmm, what if I had a subject change

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