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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T06:02:22+00:00 2026-06-04T06:02:22+00:00

I created a new View class. Within that class I need to get access

  • 0

I created a new View class. Within that class I need to get access to the FragmentManager, but I cannot figure out how.

Can I access the FragmentManager from a context?

CustomView extends LinearLayout
  • 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-04T06:02:23+00:00Added an answer on June 4, 2026 at 6:02 am

    Only if the given Context extends Activity (Post-Honeycomb) or FragmentActivity (pre-honeycomb).

    In which case you’d have to make 100% sure it’s an activity using reflection or try-catch.

    try{
      final Activity activity = (Activity) context;
    
      // Return the fragment manager
      return activity.getFragmentManager();
    
      // If using the Support lib.
      // return activity.getSupportFragmentManager(); 
    
    } catch (ClassCastException e) {
      Log.d(TAG, "Can't get the fragment manager with this");
    }
    

    Thought I recommend refactoring so a View is really just meant for showing stuff and shouldn’t actually modify the state of your app, but that’s my opinion.

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

Sidebar

Related Questions

My application works fine, but I can't get a test to pass. I'm new
I created a new View (LogView) in Infrastructure.Module project. This view will be used
I've just created a new view based application, and now I want to set
the following code (from a database object created for each new view): -(void)update:(NSString *)queryText{
I am new to iphone development. I have created a button in the view.
I am new to iPhone development. I have created a table view in a
I need to check if a certain property exists within a class. Please refer
I've added a new MDF file to a .NET4.0 class library project, created a
My problem is that one of my ViewScoped bean is created several time within
I have a class that extends Activity and within it got a private class

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.