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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T00:58:05+00:00 2026-05-31T00:58:05+00:00

I have made a view that is named as menu. I have made it

  • 0

I have made a view that is named as menu. I have made it a singleton. this is it’s constructor:

private Menu(Activity cx) {
    super(cx);
    this.context = cx;
    // something = AsyncTaskGetAllStreams.numberOfStreams;
    LayoutInflater li = (LayoutInflater) getContext().getSystemService(Context.LAYOUT_INFLATER_SERVICE);
    li.inflate(R.layout.menu, this, true);
    setActivity(cx);
    initUI();
    initUI(MyStreamsActivity.streamsJoinedByUser2.length);
    assignVal();
}  

The problem i am having is that once this layout’s activity is set it shows on that activity and on any other it tell me this in the LogCat:

java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the child's parent first.
For your reference its stack trace starts from my button’s onClick(). this is the code that I process in the onClick()

Intent intent = new Intent(activity, MyPostActivity.class);
intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
activity.startActivity(intent);

Why is this happening? what should be done?

  • 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-31T00:58:07+00:00Added an answer on May 31, 2026 at 12:58 am

    I think using a singleton design pattern here is not correct. This is also what is causing your problem. A view can only have a single parent, and in your example above you are inflating your view into a parent – so you cannot do this again until you remove it from the current parent.

    Your singleton use in this case is breaking the flexibility of Android’s framework. Don’t fight the SDK, let it work for you.

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

Sidebar

Related Questions

I have a custom-made view that extends the View class. I would like 2
I have made a view in the application that shows a UITableView. It will
I have made a jQuery toggle for a menu that I had in mind.
I have a view named servicios inside my static_pages , this view has a
I have made a list view containing two childs. Now i am trying to
I have a ViewBag.People made up from a View; var query = db.Vw_INTERACTPEOPLE.Select(p =>
I have made an application for IPad in objective C. In this I am
I have made a code that read data from flash Nand (without filesystem). fd
I have made a simple model that has FluentValidation in it but it does
Kind-of a crazy question here... I have a view display that's set up as

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.