如何在导航抽屉中创建部分 - Android

时间:2013-12-19 13:11:33

标签: java android

简单地说,我该怎么做?

Check the sections.

我已经创建了一个带有项目的导航抽屉,但我不知道如何制作这些部分。

1 个答案:

答案 0 :(得分:2)

嗯,首先,我认为你想要的是NavigationDrawer,对吧?看看这里的doc和简单实现:

http://developer.android.com/training/implementing-navigation/nav-drawer.html

要在其中创建部分,您只需在其中放置一个带有部分的标准列表。 这里有很多样本:

http://cyrilmottier.com/2011/07/05/listview-tips-tricks-2-section-your-listview/

或者使用lib:

https://github.com/beworker/pinned-section-listview