Navigation Drawer doesn't show fragments
问题 I've created a new Android Studio Project and my MainActivity is a Navigation Drawer Activity. So, I can't show up fragments. I've read many post on internet and here too. Explaining: I open navigation drawer, select menu "Podcast". PodcastsFragment should be shown, but it still showing activity. MainActivity code: import android.os.Bundle; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; import android.support.v4.app.FragmentTransaction; import android