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

  • Home
  • SEARCH
  • 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 7036401
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T01:25:11+00:00 2026-05-28T01:25:11+00:00

I have 3 activity A , B and C Flow is: Activity A calls

  • 0

I have 3 activity A , B and C
Flow is:
Activity A calls B , B Call C. (A -> B -> C )
Now I am in Activity C and want to return some result to Activity A without involving B.
Scenario is Activity B should be call only by A ( if user press back button from C , B will not be call and activity A will comes in front).
Any one let me know how to deal with this situation.

Update :

I am calling activity B from A

Intent intent = new Intent(this, B.class);
            startActivityForResult(intent, 0);

in same way I am calling C from B.

In A i am over riding onActivityResult method

  • 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-28T01:25:11+00:00Added an answer on May 28, 2026 at 1:25 am
    • start ActivityB as StartActivityForResult from ActivityA.
    • In onCreate() method start ActivityC as StartActivityForResult from ActivityB. Don't finish ActivityB.
    • From ActivityC when work done set the result.
    • In ActivityB when you get the result in the OnActivityResult() set the result to ActivityA and finish ActivityB.
    • From ActivityC override onBackPressed() and set the result null and finish the ActivityC
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here's the scenario: In activity A I have post to Twitter option which calls
I have an activity which shows some List entries. When I click on a
I Have activity that get some data from the internet, and shows it to
I have activity A in package one, and I want to run an intent
I have Activity with some data displayed in WebView that I load with WebView#loadDataWithBaseURL
I have an activity that calls the new SimpleCursorAdapter(this, R.layout.notes_row, c, from, to); setListAdapter(notes);
Is it possible to have an activity that is part of a flow chart
i have the following flow of activity in my application, Main actitvity->tag group(contain three
We have an application that parses tweets and we want to see the activity
I have Activity A with android:launchMode=singleTop in the manifest. If I go to Activity

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.