In Java, we say this keyword refers to the state of the current object of the application.
Similarly, in an alternate we have Context in Android Development.
This can be defined either explicitly or implicitly,
Context con = this;
getApplicationContext();
getBaseContext();
getContext();