In an existing app I have an activity with an inner class which extends AsyncTask, this looks like the following:
public class Activity_1 extends BaseActivit
Its so simple just Simply build an object of main class and than call the inner class like this
OuterMainClass outer = new OuterMainClass(); outer.new InnerAsyncClass(param) .execute();
this answer is too late to help you but hope it help others.
Thanks