-
Android DragSortListView左右滑动删除和拖拽排序和功能演示
这是一个在github上的开源项目,模拟演示了Android系统中的 DragSortListView用法,实现了拖拽排序和左右滑动删除功能,不过根据很多android开发朋友反馈,这个开源项目虽使用方便,不过不是很友好。
关于DragSortListView侧滑控件:
DragSortListView简称DSLV,是Android ListView的一个扩展,支持拖拽排序和左右滑动删除功能。重写了TouchInterceptor(TI)类来提供更加优美的拖拽动画效果,适用于带有任何优先级的列表:收藏夹、播放列表及清单等。
- 2022-02-02 15:27:06下载
- 积分:1
-
android通过意图传递参数
意图的使用在android开发中很普遍,通过意图跳转界面的同时,可以传递参数,参数可以为8种基本数据类型。这个实例就是通过跳转界面的同时传递参数的实例,对于android的初学者有很大的帮助。
- 2022-04-09 20:18:44下载
- 积分:1
-
ContactsManager
Java源码下载,Android 联系人管理模块的代码,可读取联系人、修改、删除联系人,如何连接手机通讯录,如何获取头像列表,如何区分是存储在手机或是SIM卡中,对于Android的应用来说,联系人管理比较典型,但比较重要,源代码中的注释很丰富,这也是大家值得参阅本源码的一大原因(Java source code download, code Android contact management module, you can read contacts, modify, delete contacts, how to connect the phone book, How to Get Picture list, how to distinguish is stored in the phone or SIM card for the Android applications, contact management more typical, but more importantly, the comments in the source code is very rich, and this is all worth refer to the source of a major cause of)
- 2014-04-16 09:24:01下载
- 积分:1
-
android 仿qq侧滑菜单 实例源码下载
仿照qq 5.0 侧滑效果,很棒
- 2015-01-28下载
- 积分:1
-
基于JBox2D的 android 游戏开发源码例子(完整版下载)
基于JBox2D的 android 游戏开发源码例子(完整版下载)
- 2014-09-19下载
- 积分:1
-
android使用socket原生开发聊天系统
android 使用socket 开发的聊天系统,原生代码建立数据库,存储聊天数据等
- 2023-01-08 07:35:23下载
- 积分:1
-
Android
- 2022-07-11 14:49:45下载
- 积分:1
-
Android 的图像模糊和灰度筛选器
这一项目可以添加模糊效果和灰度滤镜
它使用了类ColorMatrix (
新浮法 [] {0.299f、 0.299f、 0.299f、 0、 0、
0.299f、 0.299f、 0.299f、 0、 0、
0.299f、 0.299f、 0.299f、 0、 0、
0、 0、 0、 1、 0});
和BlurMaskFilter
第一次图像: 原始图片
第二个图像: 添加 BlurMaskFilter
第三个图像: 添加灰度效果
- 2023-05-26 17:00:04下载
- 积分:1
-
AndroidManifestParser
Checks that a class is valid and can be used in the Android Manifest.
- 2013-10-14 23:11:56下载
- 积分:1
-
java加密apk
java 对apk 文件进行加密,进行字节码变换的工具,运行把apk的目录,需要自己修改成,你的自己的目录。
- 2022-11-16 20:45:08下载
- 积分:1