Wednesday, 31 August 2011

Log eBook - Post 15

I think I need a logo maybe something like this:


Tuesday, 30 August 2011

Log eBook - Post 14

Sweet, all done, I think my teachers will be pleased, I think I might spruce up the user interface before I show it to them tho, it looks a little bit sloppy

Log eBook - Post 13

Hmm, I think I will have to add a refresh button so it will update the timetable

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

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?