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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T16:41:27+00:00 2026-05-29T16:41:27+00:00

I have one problem using ActivityGroup. I have two activities inside an ActivityGroup and

  • 0

I have one problem using ActivityGroup. I have two activities inside an ActivityGroup and both of them use a menu (overriding the onCreateOptionMenu and onOptionsItemSelected).

Both activity have different menus.

Well, the problem is that the second activity always show the first activity menu,

Any idea about this issue?

Below is my code

public class myActivityGroup extends ActivityGroup {

----

    public void startChildActivity(String Id, Intent intent) {
        Window window = getLocalActivityManager().startActivity(Id, intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP));
        if (window != null) {
            mIdList.add(Id);
            View view = window.getDecorView();
            history.add(view);
            setContentView(view);
        }
    }

        public void back() {
        if (history.size() > 0) {
            int lastActivityIndex = history.size() - 1;
            int lastIDIndex = mIdList.size() - 1;

            String activityId = mIdList.get(lastIDIndex);
            Log.d(TAG, "activityId:" + activityId);

            history.remove(lastActivityIndex);
            mIdList.remove(lastIDIndex);
            setContentView(history.get(history.size() - 1));
        } else {
            finish();
        }
    }


 @Override
    public boolean onPrepareOptionsMenu(Menu menu) {
        Activity current = getLocalActivityManager().getCurrentActivity();   
        return current.onPrepareOptionsMenu(menu);
    }

    @Override
    public boolean onCreateOptionsMenu(Menu menu) {
        LocalActivityManager manager = getLocalActivityManager();
        Activity current = manager.getCurrentActivity();
        return current.onCreateOptionsMenu(menu);
    }

    @Override
    public boolean onOptionsItemSelected(MenuItem item) {
        LocalActivityManager manager = getLocalActivityManager();
        Activity current = manager.getCurrentActivity();
        return current.onOptionsItemSelected(item);
    }
}



public class ChildActivity1 extends Activity {
    @Override
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
    }

    @Override
    public boolean onCreateOptionsMenu(Menu menu) {
        //add menu here
         MenuInflater inflater = getMenuInflater();
        inflater.inflate(R.menu.settings_menu, menu);
        return true;
    }

    @Override
      public boolean onOptionsItemSelected(MenuItem item) {
        //handle on menu item selected here
        return true;
    }
}



public class ChildActivity2 extends Activity {
    @Override
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);       
    }

    @Override
    public boolean onCreateOptionsMenu(Menu menu) {
        //add menu here
        MenuInflater inflater = getMenuInflater();
        inflater.inflate(R.menu.offer_menu, menu);
        return true;
    }

    @Override
   public boolean onOptionsItemSelected(MenuItem item) {
        //handle on menu item selected here
        return true;
    }
}
  • 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-29T16:41:29+00:00Added an answer on May 29, 2026 at 4:41 pm

    When you add the activities, the “current” activity is that last one added. I suspect that if you interact with the other activity then activate the options menu it will work.

    Try retrieving the activity you need using the String Id:

    LocalActivityManager manager = getLocalActivityManager(); 
    Activity a = manager.getActivity(id); 
    return a.onCreateOptionsMenu(menu); 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have one problem using ActivityGroup . I have two activities inside an ActivityGroup
i have one problem when i sort the NSMutablearray using date and time wise.
here is the problem. I have one PC using VS2008 (SP1 ) and another
I have a problem; I'm using an external library where one particular event has
My problem is this one, I am using Sharepoint 2010, I have a form
I am using mootools1.2 as my js framework. I have one problem regarding the
I am using ReSharper and love it! However I have one problem, when i
I am using .net entity framework, asp.net mvc, sqlexpress and have one problem: when
I am using Eclipse IDE for my Java Project. I have one problem. I
i have one problem in one-to-many mapping using hibernate. i have 2 classes, Person

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.