nanchen2251 / zBarLibaryLinks
🔥 zbar扫描快,zxing可以生成和识别本地,So,我就把他们结合在了一起,这样Android二维码(条形码)功能就更便捷了
☆9Updated 6 years ago
Alternatives and similar repositories for zBarLibary
Users that are interested in zBarLibary are comparing it to the libraries listed below
Sorting:
- GSYImageLoader图片加载管理,集成Glide、Picasso、Fresco的kotlin图片管理器,一键切换图片加载类,提供常用的图片相关功能接口。☆40Updated 7 years ago
- 屏幕适配的顶级淫技:使用 TextView 来显示图片☆27Updated 2 years ago
- MVP+RxJava+DataBinding+RecyclerView基类库、Dagger使用示例☆33Updated 7 years ago
- FlexItemDecoration, can customize the head, bottom, leftmost, rightmost dividing line, but also customize any one of the dividing lines a…☆53Updated 7 years ago
- 一个简易的Android事件通知库,使用RxJava和Javassist设计,拒绝使用反射,保证性能高效稳定。☆42Updated last year
- 【MultiType】可以轻松地实现RecyclerView显示多种数据类型,数据对应布局一对多、多对多、多对一,可以注册全局类型、局部类型、默认类型☆83Updated 5 years ago
- 企业微信同事吧下拉刷新动画☆30Updated 8 years ago
- MVP 架构的 Android 快速开发框架,封装了常见的工具类和控件,方便快速开发构建应用。正在整理集成中☆1Updated 3 years ago
- RxCache(https://github.com/fengzhizi715/RxCache) for Android☆34Updated 3 years ago
- 长截图分享,NestedScrollView、RecyclerView、ListView、WebView等实现长截图,RecyclerView、ListView的Item数据可异步加载☆49Updated 6 years ago
- RxJava2 + Retrofit2 http request lib, supports multiple api result data structures and multiple urls. Http请求库,支持同时存在多种返回格式和多个base url☆58Updated last year
- ☆21Updated 8 years ago
- 基于 Viabus 重构的 Gank.io 客户端。数据交互已重构完毕,UI 还有很大的重构空间,欢迎 Fork & 练手!☆17Updated 6 years ago
- 自定义 View 合辑☆33Updated 4 years ago
- Android音视频开发任务,赋总结文档~☆25Updated 6 years ago
- 用于监听Android截屏事件的Demo☆15Updated 9 years ago
- simple timeline☆34Updated 6 years ago
- Glide API的介绍,详细的使用步骤,以及对图片的二十多种的处理方式:模糊、圆角、圆形、灰度等☆30Updated 8 years ago
- 仿手淘首页 针对ListView Adapter进行封装,协同开发效率更高,性能更优。☆22Updated 6 years ago
- Android app 启动速度优化模拟,主要介绍一个App从启动到首屏绘制过程中可优化的点☆32Updated 7 years ago
- 将Material Design中的TabLayout与ViewPager结合,RadioGroup和ViewPager结合,封装一个可以直接拿来使用的控件。实现了页面切换时根据不同的数据加载结果来决定显示的页面,比如加载中页面、加载错误页面等等。库中默认提供这些页面,也可…☆35Updated 2 years ago
- 简化发布Java、Android项目发布到MavenCentral。☆50Updated last year
- Mobile performance monitor the end(server/web)☆84Updated last year
- Android MVP 快速集成方案 (支持AndroidX)☆18Updated 5 years ago
- 高仿朋友圈照片查看器☆18Updated 8 years ago
- Load data ahead of time for Android☆47Updated 7 years ago
- 待办事项APP☆52Updated 6 years ago
- LiveData 的工具类☆16Updated 5 years ago
- BaseUrlManager的设计初衷主要用于开发时,有多个环境需要打包APK的场景,通过BaseUrlManager提供的BaseUrl动态设置入口,只需打一次包,即可轻松随意的切换不同的开发环境或测试环境。在打生产环境包时,关闭BaseUrl动态设置入口即可。