CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 操作系统开发

文件名称:DragGridView

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2014-04-05
  • 文件大小:
    2.04mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

Android拖拽GridView效果, 长按可拖拽和item实时交换,也就是Android手机主界面的图标列表拖拽功能的实现,内含演示效果,大部分android手机已自带此种效果,本演示是用自己的方法重写拖拽,对学习Android界面设计的朋友来说是相当有帮助的。-Android GridView drag effect, long press to drag and item real-time exchange, which is the main interface to achieve Android phones drag and drop icons list, containing demonstration effect, most of the android phones have built this effect, this presentation is rewriting drag own way, to learn Android interface design is quite helpful friend' s.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

codefans.net/DragGridView/.classpath
codefans.net/DragGridView/.project
codefans.net/DragGridView/.settings/org.eclipse.jdt.core.prefs
codefans.net/DragGridView/AndroidManifest.xml
codefans.net/DragGridView/bin/AndroidManifest.xml
codefans.net/DragGridView/bin/classes/com/example/draggridview/BuildConfig.class
codefans.net/DragGridView/bin/classes/com/example/draggridview/DragGridView$1.class
codefans.net/DragGridView/bin/classes/com/example/draggridview/DragGridView$2.class
codefans.net/DragGridView/bin/classes/com/example/draggridview/DragGridView$OnChanageListener.class
codefans.net/DragGridView/bin/classes/com/example/draggridview/DragGridView.class
codefans.net/DragGridView/bin/classes/com/example/draggridview/MainActivity$1.class
codefans.net/DragGridView/bin/classes/com/example/draggridview/MainActivity.class
codefans.net/DragGridView/bin/classes/com/example/draggridview/R$attr.class
codefans.net/DragGridView/bin/classes/com/example/draggridview/R$drawable.class
codefans.net/DragGridView/bin/classes/com/example/draggridview/R$id.class
codefans.net/DragGridView/bin/classes/com/example/draggridview/R$layout.class
codefans.net/DragGridView/bin/classes/com/example/draggridview/R$menu.class
codefans.net/DragGridView/bin/classes/com/example/draggridview/R$string.class
codefans.net/DragGridView/bin/classes/com/example/draggridview/R$style.class
codefans.net/DragGridView/bin/classes/com/example/draggridview/R.class
codefans.net/DragGridView/bin/classes.dex
codefans.net/DragGridView/bin/dexedLibs/android-support-v4-77c7f7d01ce9da77ecc09f06cbe6ac72.jar
codefans.net/DragGridView/bin/jarlist.cache
codefans.net/DragGridView/bin/MainActivity.apk
codefans.net/DragGridView/bin/res/drawable-hdpi/com_tencent_open_notice_msg_icon_big.png
codefans.net/DragGridView/bin/res/drawable-hdpi/ic_launcher.png
codefans.net/DragGridView/bin/res/drawable-ldpi/ic_launcher.png
codefans.net/DragGridView/bin/res/drawable-mdpi/ic_launcher.png
codefans.net/DragGridView/bin/res/drawable-xhdpi/ic_launcher.png
codefans.net/DragGridView/bin/resources.ap_
codefans.net/DragGridView/DragGridViewDemo.gif
codefans.net/DragGridView/gen/com/example/draggridview/BuildConfig.java
codefans.net/DragGridView/gen/com/example/draggridview/R.java
codefans.net/DragGridView/ic_launcher-web.png
codefans.net/DragGridView/libs/android-support-v4.jar
codefans.net/DragGridView/proguard-project.txt
codefans.net/DragGridView/project.properties
codefans.net/DragGridView/res/drawable-hdpi/com_tencent_open_notice_msg_icon_big.png
codefans.net/DragGridView/res/drawable-hdpi/ic_launcher.png
codefans.net/DragGridView/res/drawable-ldpi/ic_launcher.png
codefans.net/DragGridView/res/drawable-mdpi/ic_launcher.png
codefans.net/DragGridView/res/drawable-xhdpi/ic_launcher.png
codefans.net/DragGridView/res/layout/activity_main.xml
codefans.net/DragGridView/res/layout/grid_item.xml
codefans.net/DragGridView/res/menu/activity_main.xml
codefans.net/DragGridView/res/values/strings.xml
codefans.net/DragGridView/res/values/styles.xml
codefans.net/DragGridView/res/values-v11/styles.xml
codefans.net/DragGridView/res/values-v14/styles.xml
codefans.net/DragGridView/src/com/example/draggridview/DragGridView.java
codefans.net/DragGridView/src/com/example/draggridview/MainActivity.java
codefans.net/DragGridView/bin/classes/com/example/draggridview
codefans.net/DragGridView/bin/classes/com/example
codefans.net/DragGridView/gen/com/example/draggridview
codefans.net/DragGridView/src/com/example/draggridview
codefans.net/DragGridView/bin/classes/com
codefans.net/DragGridView/bin/res/drawable-hdpi
codefans.net/DragGridView/bin/res/drawable-ldpi
codefans.net/DragGridView/bin/res/drawable-mdpi
codefans.net/DragGridView/bin/res/drawable-xhdpi
codefans.net/DragGridView/gen/com/example
codefans.net/DragGridView/src/com/example
codefans.net/DragGridView/bin/classes
codefans.net/DragGridView/bin/dexedLibs
codefans.net/DragGridView/bin/res
codefans.net/DragGridView/gen/com
codefans.net/DragGridView/res/drawable-hdpi
codefans.net/DragGridView/res/drawable-ldpi
codefans.net/DragGridView/res/drawable-mdpi
codefans.net/DragGridView/res/drawable-xhdpi
codefans.net/DragGridView/res/layout
codefans.net/DragGridView/res/menu
codefans.net/DragGridView/res/values
codefans.net/DragGridView/res/values-v11
codefans.net/DragGridView/res/values-v14
codefans.net/DragGridView/src/com
codefans.net/DragGridView/.settings
codefans.net/DragGridView/assets
codefans.net/DragGridView/bin
codefans.net/DragGridView/gen
codefans.net/DragGridView/libs
codefans.net/DragGridView/res
codefans.net/DragGridView/src
codefans.net/DragGridView
codefans.net

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com