I have an AsyncTask, that fills a custom List with parsed data from Internet.
In PostExecute I fill that List and get it ready to transfer it to a new Activity.
I tried this just now ... it works in PostExecute Method!!!
Intent intent_name = new Intent(); intent_name.setClass(getApplicationContext(),DestinationClassName.class); startActivity(intent_name);