Android文字轮播控件 现在的绝大数APP特别是类似淘宝京东等这些大型APP都有文字轮播界面,实现循环轮播多个广告词等功能;这种控件俗称“跑马灯”,而TextBannerView已经实现了可垂直跑、可水平跑的跑马灯了。 效果图 Download Apk Attributes属性(TextBannerView布局文件中调用) Attributes format describe setInterval integer 文字切换时间间隔,默认3000 setAnimDuration integer 动画持续时间,默认1500 setTextSize dimension 设置文字尺寸 setTextColor color 设置文字颜色,默认黑色 setSingleLine boolean 是否为显示单行 setGravity 文字显示位置,默认左边居中;可设置left、center、right setDirection 文字轮播方向,默认水平从右到左轮播:right_to_left;还可以设置left_to_right(从左到右轮播)、bot
2021-09-26 21:07:25 1.21MB Android代码
1
UPnP协议,用Android 码实现的Demo
2021-09-26 16:38:29 1MB UPnP Android 代码实现 Demo
1
神聊对讲机源码.rar
2021-09-25 22:18:02 2.89MB android
1
GlideImageView 该库是基于Glide V4.8.0设计的,实现如下特性: 1、监听加载网络图片的进度 2、动态加载成有弧度的图片、圆形图片、高斯模糊图片更方便 3、链式设置触摸图片的透明度和非使能的透明度 4、增加九宫格控件,具体使用参考NineImageViewActivity 监听加载高清图片进度的效果图 APK下载地址,去手机上体验吧 (◐‿◑) 具体使用说明如下 Gradle: compile 'com.sunfusheng:GlideImageView:' GlideImageView 主要方法 load(String url, @DrawableRes int placeholder, int radius, OnProgressListener onProgressListener) load(Object obj, @DrawableRes int placeholder, Transformation transformation, OnProgressListener onProgressListener) loadCircle(
2021-09-24 14:47:17 3.19MB Android代码
1
JAVA解析Excel工具easyexcel Java解析、生成Excel比较有名的框架有Apache poi、jxl。但他们都存在一个严重的问题就是非常的耗内存,poi有一套SAX模式的API可以一定程度的解决一些内存溢出的问题,但POI还是有一些缺陷,比如07版Excel解压缩以及解压后存储都是在内存中完成的,内存消耗依然很大。easyexcel重写了poi对07版Excel的解析,能够原本一个3M的excel用POI sax依然需要100M左右内存降低到KB级别,并且再大的excel不会出现内存溢出,03版依赖POI的sax模式。在上层做了模型转换的封装,让使用者更加简单方便 相关文档 关于软件 快速使用 常见问题 更新记事 English-README 二方包 com.alibaba easyexcel {latestVersion} 最新版本:1.1.2-beta4 维护者 姬朋飞(玉霄) 快速开始 读Excel 测试代码地址:https://github.com/alibaba/easyexcel/blob/master/src/test/java/
2021-09-23 17:19:52 371KB Android代码
1
小米便签源码.zip
2021-09-17 09:28:42 1.71MB android
1
Readme for FakeGPS Introduction FakeGPS is a development tool for creating location-aware applications on the Android platform. The application itself does not run on Android, but instead on the development workstation used by the application developer. With FakeGPS the developer can create a virtual path, which is sent to the Android device or emulator through the Android Debug Bridge (ADB) tool. Acknowledgements This application uses icons from the excellent Tango Desktop icon theme. You can f
2021-09-16 10:28:45 61KB Android代码
1
My OpenGL Playground 使用 NDK 编写 OpenGL ES 3.0 正在找工作啊,你们有工作给我吗~~~~redknot@126.com 有的话联系我啊~~~~ 使用 DrawArrays 的方法,绘制三角形。并使用 Uniform 变量传递了一个 Float 变量,改变三角形大小。 使用 glDrawElements 绘制四面体,并着色 使用矩阵相乘的方法,将变换混合。 加入透视投影变换 纹理贴图,加入了 libpng 作为文件解析库。 调整环境光的亮度,让物体表面变得暗淡 调整环境光的颜色,让物体反射指定的光 法线计算
2021-09-14 15:43:43 24.11MB Android代码
1
利用AccessibilityService(无障碍) 实现操作自动化 WechatHelper 是用Kotlin语言编写的,利用Android无障碍服务来自动化一些繁琐的重复操作,可以理解成Android 版本的按键精灵,其实就是点点点,本项目仅用于技术研究学习之用,请勿用于商业用途,所以项目不会做任何适配! 只保证在笔者手机上是可以正常运行的,代码开源,有问题或者建议欢迎提issues。运行项目后,需要启用无障碍服务才能使用。 Dev Environment Java 1.8.0_91 Android Studio 3.1.4 Machine:Moto xt1085(Android 5.1),Meizu M2 E(Android 6.0.1) Feature 笔者想做的,打算做,正在做,已经做完的功能,你也可以提建议,超懒,随缘实现,莫催,顺序不代表优先级~ 1.批量拉人进群,复制用户呢称或微信号,回车换行分隔(已实现) 2.朋友圈自动点赞(已实现) 3.自动抢红包,比手点快一些,比Xposed慢,(已实现) ScreenShot 运行效果截图如下: Article
2021-09-14 00:27:53 264KB Android代码
1
When your users want to get from one location to another, don’t push them out of your application into a generic map application. Instead, keep them engaged with your application 100% of the time with in-app turn-by-turn navigation. The Mapbox Navigation SDK for Android is built on top of the Mapbox Directions API and contains logic needed to get timed navigation instructions. The Mapbox Navigation SDK is a precise and flexible platform which enables your users to explore the world's streets. We
2021-09-13 15:16:49 2.33MB Android代码
1