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 9299119
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T22:29:08+00:00 2026-06-18T22:29:08+00:00

I have an application that has a startup flow like this: StartupActivity -> LoginDialog

  • 0

I have an application that has a startup flow like this:

StartupActivity -> LoginDialog -> LoginActivity -> HomeActivity

When I go from the LoginActivity to the HomeActivity I call:

Intent intent = new Intent( this, HomeActivity.class );
if( Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB )
{
    intent.setFlags( Intent.FLAG_ACTIVITY_CLEAR_TASK | Intent.FLAG_ACTIVITY_NEW_TASK );
}
else
{
    intent.setFlags( Intent.FLAG_ACTIVITY_CLEAR_TOP | Intent.FLAG_ACTIVITY_SINGLE_TOP );
}
startActivity( intent );
finish();

On >= API 11, this makes it so that the HomeActivity is a brand new task and the StartupActivity is no longer on the back stack.

However, on API <= 10, the FLAG_ACTIVITY_CLEAR_TOP | FLAG_ACTIVITY_SINGLE_TOP clears the LoginActivity from the back stack, but the StartupActivity is still there. If the user clicks back from the HomeActivity, it takes them back to the StartupActivity.

How can I clear the StartupActivity from the back stack?

  • From my research, it seems like the best way is to startActivityForResult() but can I do that from the Dialog? Who will get the result?

Summary:

  • From the StartupActivity, I show the LoginDialog.
  • From the LoginDialog, I go to the LoginActivity without clearing the back stack.
    • This is because I want the user to be able to go back from the LoginActivity to the StartupActivity.
  • From the LoginActivity, I go to the HomeActivity and clear the back stack
  • Pressing back still goes back to the StartupActivity on devices <= API 10
  • 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-06-18T22:29:10+00:00Added an answer on June 18, 2026 at 10:29 pm

    I figured out how to do it…

    When the LoginDialog starts the LoginActivity, I can use startActivityForResult() to make the LoginActivity pass back a result to the StartupActivity. If the result is a successful login, I can finish the StartupActivity.

    The LoginDialog can be triggered from multiple places, but I can set a flag if it’s triggered from the StartupActivity in order to call startActivityForResult().

    The thing I was stuck on was how to use startActivityForResult from a dialog to get the result back into the activity that launched the dialog… and I figured that out.

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

Sidebar

Related Questions

I have a wcf service application that has some application startup code in the
I have an application that has 2 beans with the same name, but which
We have an application that has a database full of polygons (currently stored as
I have a application that has an activity that shows message logs. The thing
I have an application that has two localization options at the moment through .resx
I have an application that has two threads. The first one (the main thread)
i have an application that has a dependancy on gdiplus. i need the application
I have an application that has a list of buttons and has customized tooltips.
I have an application that has a .sql file in it. The sql file
We have an application that has a WCF service (*.svc) running on IIS7 and

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.