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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T19:52:33+00:00 2026-05-18T19:52:33+00:00

Suppose I have 2 classes that extends Activity; ActivityA and ActivityB, and they are

  • 0

Suppose I have 2 classes that extends Activity; ActivityA and ActivityB, and they are declared properly in the manifest XML.

Now, what I want to do is call ActivityB from ActivityA and access ActivityB’s fields.

Intent myIntent = new Intent(MyApplication.getInstance().getApplicationContext(), ActivityB.getClass());
startActivityForResult(myIntent,0);

This code does not return an object of ActivityB, I have tried instantiation manually such that:

ActivityB actB=new ActivityB();

That’s ok, but how to pass that to an intent?

Is that possible?

  • 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-18T19:52:33+00:00Added an answer on May 18, 2026 at 7:52 pm

    Now, what I want to do is call ActivityB from ActivityA and access ActivityB’s fields.

    Please don’t.

    First, short of passing activities around via static data members or via a service, it is impossible.

    Second, you will create garbage collection issues, as Android will want to destroy old activities to free up memory, but after it does, you will still be holding references to those activities from other activities, negating the work.

    Third, you will sometimes be holding destroyed instances of the other activities, for the same reason as in the previous point — Android will go on destroying activities whether you like it or not.

    I am fairly confident that whatever problem you think you are solving this way can be solved in some other way.

    EDIT

    Normally, you pass data from ActivityA to ActivityB via Intent extras on the Intent passed to startActivity(). It is ActivityB’s responsibility to extract those extras and do something with them.

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

Sidebar

Related Questions

Suppose I have 2 classes that extends Activity; ActivityA and ActivityB, and they are
Suppose I have three classes. It is valid to instantiate A, but there are
Suppose I have two classes with the same interface: interface ISomeInterface { int foo{get;
Suppose you have a collection of Foo classes: class Foo { public string Bar;
Suppose I have a stringbuilder in C# that does this: StringBuilder sb = new
Suppose I have: Toby Tiny Tory Tily Is there an algorithm that can easily
Suppose I have two classes defined the following way: public class A { public
suppose I have a domain classes: public class Country { string name; IList<Region> regions;
Suppose I have classes Foo and Bar as follow: public class Foo { public
Sometimes we have several classes that have some methods with the same signature, but

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.