Navigation Drawer with backword compatibility android

后端 未结 3 762
借酒劲吻你
借酒劲吻你 2020-11-27 23:16

I am having a application which is having four different activities. Now i want to add a navigation drawer in application to navigates those activities. Can any one give an

3条回答
  •  失恋的感觉
    2020-11-27 23:43

    Navigation Drawer which is implemented in the using DrawerLayout , if not using any externel library, is avaliable in the Android Support Package. So it can be using about API level 4 which Donut(1.6). Use this link for more info DrawerLayout

提交回复
热议问题