And since I am working on Android now, this would most probably focus on tips and notes on application development for that platform.
And now, I test SyntaxHighlighter.
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
TextView text = new TextView();
text.setText("Hello, Droid warriors!");
setContentView(text);
}