Black screen while AsyncTask is running
问题 I'm new to asking questions here so any advice about that will be appreciated...but to my problem: I'm trying to switch from one activity to another, where I'll show some data from the server. I'm pulling the data from server via AsyncTask but there is black screen showing between the activities, when the download is longer. I already tried to put the AsyncTask from onCreate() to onStart() but no change there. New activity: public class SalesMenu extends Activity { @Override protected void