I'm trying to make a fragment consist of a listView
And when I click the listView's item, it would go to another listview
but if I use fragment with "replace" method
I cannot go back to the previous listview
And I just can't use Activity to Activity because the fragments are in the NavigationDrawer
Can someone tell me how to do that?