Tuesday, August 31, 2010

testing source code

I haven't been able to figure out how to blog source code. Lemme see if this works or not.
[source language="java"]

public class SwitchIntent extends Intent {
private ITabSwitcher mSwitcher;

public SwitchIntent(Context context, Class otherActivity, ITabSwitcher switcher) {
super(context, otherActivity);
mSwitcher = switcher;
}

public ITabSwitcher getSwitcher() {
return mSwitcher;
}
}



[/sourcecode]

I guess it is time to move to wordpress. .... can't really use this blog.

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home