On iOS you create a load screen for when the app loads, is there a similar thing in Android. When my app loads, I get a black screen until it opens.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m in no way a iOS expert, but if you’re referring to a splash screen, you can do the following:
Create an Activity that it’s intent-filter category is set as LAUNCHER in the manifest… say you call it Splash:
Then in the new Activity
onCreateexecute apostDelayto start a new Intent: