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?

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

Log eBook - Post 4

I have it, I should make a Log eBook

Log eBook - Post 3

First I need to come up with what it will be, maybe something that I can talk to teachers with and ask them questions, or maybe something I can organize my day with - but links in with my school work

Log eBook - Post 1

I think its time to make an app.

Log eBook - Post 2

I think I should do one for my school, maybe even do it for an assesment