先上图看看效果:
SlidingMenu is currently used in some awesome Android apps. Here's a list of some of them:
代码下载网站:https://github.com/jfeinstein10/SlidingMenu
- Rdio
- Plume
- VLC for Android
- Wunderlist 2
- The Verge
- MTG Familiar
- Mantano Reader
- Falcon Pro (BETA)
- MW3 Barracks
ActionBarSherlock is an extension of the support library designed to facilitate the use of the action bar design pattern across all versions of Android with a single API.
官方网站:http://actionbarsherlock.com/
注意事项:
1、SlidingMenu 的demo工程引用了ActionBarSherlock 里的Threme和style,所以要把后者的libary添加到前者的工程中;否则前者的style.xml文件和AndroidManifest.xml都会报错,大致如下:
Theme.Sherlock.Light.DarkActionBar无法找到
2、还有就是你的android-sdk搞到4.2的版本。
剩下的工作,就是你自己好好参考实例和文档,研究如何使用了。
有问题大家可以一起讨论:我的微博http://weibo.com/changeself