I have this code copied from Android developers website:
public class ExampleActivity extends Activity implements OnClickListener { protected void onCrea
"this" is a reference to the current object.
In your case, it refers to an instance of the ExampleActivity class.
http://download.oracle.com/javase/tutorial/java/javaOO/thiskey.html