How do I add navigation drawer to my existing code?

前端 未结 3 591
无人及你
无人及你 2020-12-19 02:04

I have an app in which I have a navigation panel with menu buttons on which I want to apply navigation drawer, currently it takes up the entire screen,but I want to restrict

3条回答
  •  孤城傲影
    2020-12-19 03:05

    U can get source ode for navigation drawer from the link below

    http://hmkcode.com/android-creating-a-navigation-drawer/

    copy this to workspace, or open as a new android project from existing source code.

    right click on project > properties >java buildpath> add external jar> choose latest V13 support library from android sdks installed and in order and export tick the jar v13

    again right click on project > properties >android>choose abs library. [google for library]

    U will get error free working project

提交回复
热议问题