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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T16:03:28+00:00 2026-05-23T16:03:28+00:00

I have four activities, A, B, C and D. app starts with activity A,

  • 0

I have four activities, A, B, C and D. app starts with activity A, then it goes to B by using explicit intend, then C and then D in same way. From D, if I want to come back to directly B or A, how it can be done?

  • 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-23T16:03:28+00:00Added an answer on May 23, 2026 at 4:03 pm

    in Activity A

    public void onCreate()
    {
    //when u want to start new activity
    startActivity(intent); //starting activity to B
    }

    in Activity B

    public void onCreate()
    {
    //when u want to start new activity
    startActivityForResult(intent, 10//any code value); //starting activity to c
    }
    protected void onActivityResult(int requestCode, int resultCode, Intent data)
    {
    if(resultCode==25)
    {
    finish();
    }
    }

    in Activity C

    public void onCreate()
    {
    //when u want to go back to Actitvity A
    setResult(25);
    finish();
    }

    Explanation

    1)in activity “A” ur starting one fresh activity to “B”
    2)in “B” activity ,ur starting one activity to “C” ,using startActivityForResult method
    3)in “C” activity ,when u finish,it obviously go to “B” activity,with result code which u set.and if it’s match it will close “B” activity ,and go to “A” activity

    4)This is one simple trick to skip one or more activity

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

Sidebar

Related Questions

I have a Weather app with four Activities. The main/launcher activity is 'invisible' using...
I have four activities A,B,C,D. I am passing an text from activity A to
I have four tables containing exactly the same columns, and want to create a
I am a beginner in android. I have four stages (four activities). In activity
I have four buttons that are going to be styled in the same way
I need some help :) I have a tab activity with four sub activities.
I have four RadioButtonList and I want to select input:radio from them. I use
I have four models that are related to one another, the way I have
I have four arrays that are coming in from the client. Let's say that
I have four tables in my database and i want to join that's 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.