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;
}
Subscribe to:
Posts (Atom)