I have this code copied from Android developers website:
public class ExampleActivity extends Activity implements OnClickListener { protected void onCrea
Yes, 'this' refers to the instance of the enclosing class.