导航抽屉与backword兼容的android抽屉、backword、android

2023-09-12 00:39:15 作者:木耳不粉别说话

我有它有四个不同的活动应用程序。现在我想添加一个抽屉式导航应用来导航这些活动。任何一个可以举一个例子或教程导航抽屉与背单词compatibility.I不同的活动所看到的例子片段,但我需要榜样的活动。

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 example or tutorial for navigation drawer for different activity with back word compatibility.I have seen example for fragments but I need example for activities.

推荐答案

V4的支持库(版本13),其中包含了抽屉式导航模式支持的新版本。  检查出导航抽屉提供的导航抽屉的实施兼容性库在它下面的教程链接。

A new version of the v4 support library (release 13) which contains support for the Navigation Drawer pattern. Check out the below tutorial Links for Navigation Drawer which provides the compatibility library of Navigation Drawer with the implementation in it.

1)福尔摩斯导航抽屉 2) NavDrawerExampleAppCompat-V7 3)导航抽屉在Android的 4)创建导航抽屉

1) Sherlock Navigation Drawer 2) NavDrawerExampleAppCompat-v7 3) Navigation Drawer in Android 4) Create Navigation Drawer

希望这会帮助你。