Android: Use setContentView() after Thread finished
问题 I want to use the setContentView() method after a thread has completed his task. But how could I realize this, as its not possible to use this method inside the thread? When using this method in the onCreate() method while the thread is running, I also don´t get the correct result, cause the layout wich should be displayed with the first "setContentView(R.layout.load_screen)" is not displayed. My onCreate() Method: protected void onCreate(Bundle savedInstanceState) { super.onCreate