Android Fragment Added But Not Visible
I'm currently facing an issue I cannot understand. The situation here is : I have a FragmentActivity which contains a Main fragment. Inside this fragment there are 3 fragments, eac
Solution 1:
Thanks adding android:configChanges="keyboardHidden|orientation|screenSize" works.
Post a Comment for "Android Fragment Added But Not Visible"