Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 541371
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T10:20:11+00:00 2026-05-13T10:20:11+00:00

Android Platform 1.5 I open splash screen at the end i call finish() then

  • 0

Android Platform 1.5

  • I open splash screen at the end i call finish() then i moved to browse page.
  • At the browse page when i click on home button it hide the application.(b/c of Android’s Multi tasking feature)
  • When i go to Android’s desktop launch application again it starts from splash screen.

Android Platform 1.6

  • I open splash screen at the end i call finish() then i moved to browse page.
  • At the browse page when i click on home button it hide the application.(b/c of Android’s Multi tasking feature)
  • When i go to Android’s desktop launch application again it always starts from browse screen instead of splash screen why is that ?

I am putting all the data in onsave instance

@Override
 protected void onSaveInstanceState(Bundle outState) {
  outState.putString(WLConstants.READ_GPS, readGPS );
  outState.putSerializable(WLConstants.SEARCH_CRITERIA, searchCriteria);
  outState.putString(WLConstants.PARAM_WHERE, locationField.getText().toString());
  outState.putBoolean(WLConstants.PARAM_NEAR_ME, rNearMe.isChecked());
  super.onSaveInstanceState(outState);
  Log.v(TAG, "onSaveInstanceState()");
 } 

i am extracting values from oncreate method

public void onCreate(Bundle savedInstanceState) {
  super.onCreate(savedInstanceState);
if(savedInstanceState != null){
Log.v(TAG,"instace found");
}else{

Log.v(TAG,"instace not found");
}
}

“Instance found” never get called means it never returns bundle any reason why ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T10:20:12+00:00Added an answer on May 13, 2026 at 10:20 am

    I just tried this with an app on 1.5 and 1.6 devices that does the same thing — the LAUNCHER activity is a splash screen, which then starts the “main” Activity and calls finish() on itself. The splash activity also has the noHistory attribute set.

    Anyway, on both devices, the main screen was shown as expected after pressing Home, then the launcher icon again.

    I don’t think Android provides any guarantees, however, about whether your process will still be alive when you start it from the launcher icon. So you could either start from where your task stack left off, or from the LAUNCHER activity.

    But in your case, and in my experience just now, you should generally end up on your “browse” screen when hitting the launcher. Unless your system is ridiculously overloaded.

    Anyway, about the instance state: have you tried seeing if calling super.onSaveInstanceState(outState) first in the method makes any difference?

    Also, note that this method is normally only called when the activity is killed off by the system; not just when it goes to the background. There shouldn’t be anything for you to do in that case.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Which parts of Google Android platform are not open-source?
I would like to perform debug operations on the Android open source platform. I
I have been doing some work with open gl on the android platform recently
I'm an Android platform newbie looking to port some of my Windows Phone 7
I need to develop an application on Android platform that enables a client to
I'm making a game for the Android platform and I need to access some
Are there any interpreters available for the Android platform for any language at all?
I am building a application for the Android platform and I would like to
hi guys can anyone guide me on implementation of Internationalization on Android platform. I
I am using OpenGL 2.0 on the android platform (Samsung Galaxy S2). When I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.