Eclipse新建android项目到最后一步时,出现了错误,无法点Finish按钮。 描述如下: Install Dependencies This template depends on the android support library,which is either not installed,or the template depends on a more recent version than the one you have installed。 解决方法如下: 解压此文件,将support文件夹下的内容内容复制到android-sdk\extras\android\support下
2023-10-22 15:14:23 1.05MB android support library v4
1
Android Rearrangeable Layout An android layout to re-arrange child views via dragging Screencast Demo Layout Usage All the child views are draggable once the layout is added to an activity (activity_main.xml) <!-- add child views with `android:id` attr to save position during orientation change --> <!-- more child views --> Child Position Listener Add a ChildPositionListener to the root layout to receive updates whenever any child view is dragged (MainActivity.java) @
2023-10-21 17:34:29 3.72MB Android代码
1
intellij idea IDE均可使用的Monokai主题以及中文语言包。包括:PHPStrom、WebStrom、CLion、Android Studio等编译器均可使用。
2023-10-21 09:03:25 16.56MB Monokai主题
1
二个android模拟器互发送短信程序示例,大家参考使用吧
2023-10-20 15:27:01 67KB android模拟器 互发短信
1
androidroot Android root toolkit devices: x80h 台电(Teclast)X80h 双系统版 8英寸平板电脑(Win8+安卓 Intel Z3735F 2G/32GB 金属机身 IPS屏)
2023-10-20 09:20:51 2.86MB Batchfile
1
android 和 php 开发实践代码
2023-10-20 09:00:41 17.67MB android php source
1
博客详情:http://blog.csdn.net/qq_20785431/article/details/52461911
2023-10-20 06:48:19 10.4MB BottomSheet
1
android-support-design.jar和android-support-v7-recyclerview.jar
2023-10-20 06:26:30 435KB android-support- android-support-
1
昨天UI妹子给了给需求,展示水平分页效果,而且第二页要默认显示一部分,提示用户水平可以滑动,先上效果图: 很明显横向滑动的分页,第一反应就是使用ViewPager,毕竟只要通过自定义ViewPager,实现这个效果还是很容易,但是实际中问题时,当前模块是Recyclerview中某一个Holder,为了性能,肯定尽量使用Recyclerview去复用View,而且ViewPager并不能复用,所以考虑之后,还是要用Recyclerview去实现。 解决思路 既然打算用Recyclerview实现,很明显这就可以用GridLayoutManager处理横向滑动的列表,初步实现横向列表的效果,列
2023-10-20 03:03:12 162KB android c cy
1
Unity转微信小游戏之后,点击输入框之后键盘无法弹出,只需要将脚本添加到输入框组件上即可完成适配
2023-10-19 23:49:51 2KB unity 微信
1