About white screen issues when the app just started

Source: Internet
Author: User

Problem Description: Click the launch icon, when you start the app, the app will have a short blank view, and then it will show the first activity launched by the app.


What caused this phenomenon. Step: Start-up-blank view--> show the app's first activity

Because the windowbackground and other backgrounds are set to white when theme set style in Androidmanifest.xml,

Customizing a Style

If the start page is a picture:
<style name= "Start_theme" parent= "@android: Style/theme.notitlebar" >
    <item name= " Android:windowbackground "> @drawable/Start Page picture name </item>
    <item name=" Android:windownotitle ">true </item>
  </style>


Another way is to set windowbackground to transparent, this has a disadvantage is to click on the start icon, give a sense of the start delay

<style name= "Start_theme" parent= "@android: Style/theme.notitlebar ">
        <item name= "android:windowistranslucent" >true</item>
        <item name= "Android:windownotitle" > True</item>
 </style>




Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.