I think I need a logo maybe something like this:
Wednesday, 31 August 2011
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;
}
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;
}
public boolean onCreateOptionsMenu(Menu menu) {
MenuInflater inflater = getMenuInflater();
inflater.inflate(R.menu.menu, menu);
return true;
}
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
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
Subscribe to:
Posts (Atom)