Can I display the image and the progress bar to launch the activity? If so, how?
When I run the application that hangs the inscription at the top, I wrote in "ApplicationLabel" and there is a long run 10c. May I at this time that a show? After starting at the top there is the inscription "Activity", - can I change it?
Can I display smth on the screen before the start of the Activity or to display some image before showing all the elements? From the start of the Activity to the displaying of all the elements is more than 10 seconds.
How to change the title "Activity" on the top of the app or to delete it?
Activity_Create should complete quickly. Load the minimum layout required and call a different sub with CallSubDelayed that will load everything else (if you really need to load everything).