Computer Science, asked by Graisonsajiy7237, 1 year ago

Difference between getsupportfragmentmanager and getfragmentmanager

Answers

Answered by ramyakri777
0

Answer:There's nothing wrong with using getSupportFragmentManager() on Android 3.0+ as long as you have the support library imported. If you want to use getFragmentManager() for SDKs 11+, go for it; just keep in mind that you may be if/elseing a lot of code with version checks.

Explanation:

Similar questions