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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T01:07:24+00:00 2026-06-04T01:07:24+00:00

My App starts and loads the first screen, then the users changes to the

  • 0

My App starts and loads the first screen, then the users changes to the next screen by clicking a button with:

    Intent intent = new Intent(DashboardActivity.this, LoginActivity.class);
            startActivity(intent);

and then from there, the user changes to the next screen, again with:

    Intent intent = new Intent(LoginActivity.this, NextActivity.class);
            startActivity(intent);

now there should be 3 screens on the stack and in this last screen, I want to go all the way back to the first screen, how do I do that with one click?
I want to send putExtra("") data from that last screen to the first screen.

  • 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-04T01:07:25+00:00Added an answer on June 4, 2026 at 1:07 am

    Add this

    In NextActivity,

    Intent myIntent = new Intent(NextActivity.this, DashBoardActivity.class);
     intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
      myIntent.putExtra("UserName",UserName);
       startActivity(myIntent);
    

    In DashBoardActivity,

    Intent intent = getIntent();
    UserName=intent.getStringExtra("UserName");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When my app starts for the first time it loads the contents of a
My Android app starts on an activity named LoadingActivity . This activity loads a
The first time my app loads it starts my main activity, and inside my
When my iPhone app starts up, the main screen has a keyboard. Currently the
I have an app that starts out in the login screen and when you
I have a c# method in console app X this starts a process; console
The app we're building has a simple button that starts a facetime session with
The first activity in my app is a splash screen with a Progress Dialog
I am a real n00b in developing iOS app. This is my first application
This is my onCreate method of my first activity of my app. It initalizes

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.