Fragment was unable to replace with fragment in viewpager
问题 I'm working with fragments with ViewPager concept. I'm creating a diary app in which I'm using only one fragment which gets all updates from database and show in it. Until this everything is fine...According to my requirement when i click on a button in fragment i need to show another fragment which allows the user to store the images. My problem is..... --If i use replace method in fragments it was not replacing properly in the sense if A is fragment which consists of viewpager and B is a