Twitter Facebook Delicious Digg Stumbleupon Favorites More

Thursday 15 June 2017

SPLASH SCREEN


PASTE ON NEW SPLASE ACTIVITY PAGE      

@Overrideprotected void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    setContentView(R.layout.activity_splash_screen);

    new Handler().postDelayed(new Runnable() {
                                  @Override                                  public void run() {
                                      Intent intent = new Intent(getApplicationContext(), MainActivity.class);
                                      startActivity(intent);
                                      finish();
                                  }
                              }
            , 3000);
}


==============================================================
<activity android:name=".MainActivity"
    >
    <intent-filter>
        <action android:name="android.intent.action.MAIN"
            />

        <category android:name="android.intent.category.DEFAULT" />
    </intent-filter>

</activity>

<activity android:name=".SplashScreenActivity">
    <intent-filter>
        <action android:name="android.intent.action.MAIN"
            />

        <category android:name="android.intent.category.LAUNCHER" />
    </intent-filter>

</activity>
Share:

0 comments:

Post a Comment

Search This Blog

Popular Posts

Pages

how to make crores from 1 lakh in stock markets in 1 year

how to make crores from 1 lakh in stock markets in 1 year

Blogger Tutorials

Blogger Templates

Sample Text

Copyright © ANDROID TUTORIAL CODE | Powered by Blogger
Design by SimpleWpThemes | Blogger Theme by NewBloggerThemes.com & Distributed By Protemplateslab