Ask Your Question
1

What is the method to invoke getSupportFragmentManager() within a fragment?

asked 2021-12-03 11:00:00 +0000

lalupa gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2021-04-20 14:00:00 +0000

qstack gravatar image

To invoke getSupportFragmentManager() within a fragment, you can use the following code:

FragmentManager fragmentManager = getActivity().getSupportFragmentManager();

This retrieves the support FragmentManager for the activity that contains the current fragment. Once you have the FragmentManager, you can use it to manage fragments within that activity.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-12-03 11:00:00 +0000

Seen: 14 times

Last updated: Apr 20 '21