找回密码
 立即注册
theSlidingMenuAndroidproject | android开发 2022-05-21 95 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
Android应用源码SlidingMenu使用例子
SlidingMenu似乎是手机应用中不可缺少的东西,可惜楼主现在已经转移到pad上,结合之前的项目写了一个小demo,帮助广大同学更容易理解和使用。

  里面的内容就不详细描述了,但是已经做了详细的评论。 initMenuListener()的最后一句是事件,代码中也有注释。
   项目去掉了对ActionBarSherlock的依赖,只包含了自己的部分功能,简单易懂
    常见错误报告

  导入项目的时候可能会出现一些报错问题,无非就是一些
  android包版本:修改相应的android包,在布局中任意更改,然后保存

  v4 包:尝试更改您的 v4 包
  lib项目:demo应用了SlidingMenu的lib,也就是项目lib,进去看看引用是否正确,重新添加
  另一个是clean项目,fix项目,这些down,错误应该解决

(Android application source code slidingmenu use example
Slidingmenu seems to be an indispensable thing in mobile applications. Unfortunately, the landlord has now moved to the pad and wrote a small demo in combination with the previous project to help the majority of students understand and use it more easily.
The contents are not described in detail, but detailed comments have been made. The last sentence of initmenulistener() is an event, and there are comments in the code.
The project removes the dependence on actionbar Sherlock and only contains some of its own functions, which is easy to understand
Common error reporting
When importing a project, there may be some error reporting problems, just some
Android package version: modify the corresponding Android package, make any changes in the layout, and then save
V4 package: try changing your V4 package
Lib project: the demo applies the Lib of slidingmenu, that is, the project lib. Go in to see if the reference is correct and add it again
The other is the clean project and fix project. These down errors should be solved)

[下载]13525915636.rar




上一篇:Android应用源码SdCard读写文件实例
下一篇:Android应用源码安卓多边形布局例子