Add Navigation Drawer to an existing activity

前端 未结 3 2032
南笙
南笙 2021-02-01 03:05

I have an app I am writing and it is already contains a lot of code, I decided I want to add a navigation drawer to the main activity toolbar but I don\'t know how to do it with

3条回答
  •  粉色の甜心
    2021-02-01 03:38

    The easiest way for you would be using this library.

    Its really easy to implement and its very flexible.

    If you want to do it yourself, consider reading official docs about creating navigation drawer.

提交回复
热议问题