How can I access getSupportFragmentManager() in a fragment?
I have a FragmentActivity and I want to use a map fragment within it. I’m having a problem getting the support fragment manager … Read more
I have a FragmentActivity and I want to use a map fragment within it. I’m having a problem getting the support fragment manager … Read more
I want to add 3 bottom dots to my ViewPager, like this. I use FragmentActivity and support library ViewPager. 10 Answers 10
I was working on fragments and came across two things Activity and FragmentActivity which are used several times. I want to know that … Read more