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

The Archive Base Latest Questions

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

I have multiple tabs and within them I have got an activity group for

  • 0

I have multiple tabs and within them I have got an activity group for each. When I go from one tab to another then hit back I lose my intent data.

For example, I start activity 1, pass object 1 to activity 2 via the activitygroup I then go to activity 3 passing object 1, however when I go back to activity 2 onCreate is never called and I cannot set my intent data if I want to go back to Activity 3.

  • 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-28T15:23:02+00:00Added an answer on May 28, 2026 at 3:23 pm

    If you want to send data between activities you can use startActivitiForResult or you can do something like this :

    Intent intent = new Intent(Activity.this, Activiti2.class);
    intent.putExtra("key", "value");
    startActivity(intent);
    

    in Activity2 :

    String getData = getIntent().getStringExtra("key","default value");
    // or getParent().getIntent().getStringExtra("key","default value"); depending on your situation.
    

    and if you want to send data to Activity from Activity2 you can do something like this :

     Intent intent = getParent().getIntent();
     intent.putExtra("key", 0); // default sorting
     getParent().setResult(RESULT_OK, intent);
     finish();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a form with multiple tabs. Each tab has its own <form> ,
I have tabstrip with multiple tabs. In each tab I have a number of
I have a UserControl with a Tab Control containing three tabs. Within the tabs
Have another issue here. Our app starts out with a tab activity. But, before
I have a windows form with a primary tab control and multiple tabs (tabTest1,
I am doing a web browser with multiple tabs and each tab probably will
I have a page with multiple tabs(jquery ui tabs) On the last tab I
I have created an app with multiple tabs, each with its own layout. I
I have multiple tabs on the screen, each with their own identical, yet dynamically
I have multiple tabs (more than 5) in the tab bar in my app,

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.