how to handle back event in drawer list fragment in android activity
问题 I have developed an application that have one activity and in this activity there are add some fragment in drawer list item (side).So my issue is when I am open on any drawer fragment item and then pressed back button application going to close.So how to handle back event like 3 - 2 -1 when pressed back its open precious fragment. Code of main activity public class MainActivity extends FragmentActivity { private DrawerLayout DrawerLayout; private ListView DrawerList; private