Fragment Doesn't Replace And Hide Another Fragment
I'm working on an android project and my fragment are not working... I'm trying to have this kind of UI -> http://developer.android.com/training/basics/fragments/fragment-ui.htm
Solution 1:
Following Michael's comment, using the support library ('android.support.v4.app.Fragment') fixed my problem.
Post a Comment for "Fragment Doesn't Replace And Hide Another Fragment"