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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T21:28:44+00:00 2026-06-01T21:28:44+00:00

I want to implement the idea that my every tab would have a separate

  • 0

I want to implement the idea that my every tab would have a separate activity. Here is the code where i am create tabs:

public class MainTabActivity extends SherlockFragmentActivity {

    protected void onCreate(Bundle savedInstanceState) {

        super.onCreate(savedInstanceState);
        setContentView(R.layout.main_tab_activity);

        try {
            TabHost mTabHost = (TabHost) findViewById(android.R.id.tabhost);

            mTabHost.setup();

            Resources res = getResources();

            TabHost.TabSpec spec;
            Intent intent;

            intent = new Intent().setClass(this, stackA.class);

            spec = mTabHost
                    .newTabSpec("tab1")
                    .setIndicator("Tab 1",
                            res.getDrawable(R.drawable.ic_launcher))
                    .setContent(intent);
            mTabHost.addTab(spec);

            intent = new Intent().setClass(this, stackB.class);

            spec = mTabHost
                    .newTabSpec("tab2")
                    .setIndicator("Tab 2",
                            res.getDrawable(R.drawable.ic_launcher))
                    .setContent(intent);
            mTabHost.addTab(spec);
            mTabHost.setCurrentTab(0);
        } catch (Exception e) {
            // TODO: handle exception
            e.printStackTrace();
        }



    }




}

I am getting an exception:

java.lang.IllegalStateException: Did you forget to call 'public void setup(LocalActivityManager activityGroup)'?

So maybe someone know solution if i want to extened FragmentsActivity as TabActivity is depricated. Thanks 🙂

  • 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-06-01T21:28:47+00:00Added an answer on June 1, 2026 at 9:28 pm

    Extend ActivityGroup instead of Activity and instead of mTabHost.setup() use mTabHost.setup(getLocalActivityManager());

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

Sidebar

Related Questions

I have an idea I'm trying to implement. I want to display half a
given this class definition: public class Frame { IFrameStream CapturedFrom; } I want implement
Microsoft has announce that WindowsLiveID become a OpenID provider . I want implement it
I want to implement an autocomplete feature with images in my website. I would
I want to implement a basic search/replace translation table in C; that is, it
I am using tab host(tabs) in application, it have four tabs on home screen,
I am stucked with an idea I want to implement into one of my
I want to implement local notification in my clock app.Basically i want that a
I have a specialized list that holds items of type IThing : public class
I've got an idea for caching that I'm beginning to implement: Memoizing function s

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.