I\'m super new to Android development and Java in general. Here\'s the basic setup: I have a splash screen with an AsyncTask to check server availability. Follo
AsyncTask
If The activity that you use Called "MyActivity" then you can do the following:
MyActivity
MyActivity.this
This chunk of code will return the this "current" object of outer class