且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何创建自定义导航抽屉的android

更新时间:2022-12-11 15:20:06

本教程 Android的自定义导航抽屉一>中包含的基本自定义项目。后者显示了如何设置一个导航抽屉如截图所示:

The tutorial Android Custom Navigation Drawer contains a basic and a custom project. The latter shows how to setup a Navigation Drawer as shown in the screenshot:

如何创建自定义导航抽屉的android

的source $ C $ 是可供下载的项目℃。

The source code of the projects is available for download.

的也是导航抽屉 - 现场-O 项目..

如何创建自定义导航抽屉的android

该项目的源$ C ​​$ c是可以在GitHub上。

The source code of the project is available on GitHub.

借助 MaterialDrawer库旨在提供最简单的可能的实现导航的抽屉,为您的应用程序。它提供的开箱定制的大量并且还包括一个易于使用的标头,可以用作AccountSwitcher

The MaterialDrawer library aims to provide the easiest possible implementation of a navigation drawer for your application. It provides a great amount of out of the box customizations and also includes an easy to use header which can be used as AccountSwitcher.

如何创建自定义导航抽屉的android