Android开源库集合(工具)
图片加载框架:
- Glide https://github.com/bumptech/glide
- Android-Universal-Image-Loader https://github.com/nostra13/Android-Universal-Image-Loader
- Picasso https://github.com/square/picasso
- Fresco https://github.com/facebook/fresco
Apk动态加载框架:
- DynamicLoadApk https://github.com/singwhatiwanna/dynamic-load-apk
- DynamicAPK https://github.com/CtripMobile/DynamicAPK
- AndroidDynamicLoader https://github.com/mmin18/AndroidDynamicLoader
- android-pluginmgr https://github.com/houkx/android-pluginmgr
- DroidPlugin https://github.com/Qihoo360/DroidPlugin
数据库框架:
数据库迁移框架 https://github.com/flyway/flyway
xmpp协议客户端框架 https://github.com/igniterealtime/Smack
谷歌地图扩展 https://github.com/googlemaps/android-maps-utils
监控当前网络流量并区分网络质量:https://github.com/facebook/network-connection-class
输入校验库:
- https://github.com/yoojia/NextInputs
- 基于data binding的输入校验库:
https://github.com/Ilhasoft/data-binding-validator
McImage是一个插件帮助你检查你res中的大图和全量压缩你的res:https://github.com/Mobcase/McImage
简单、美观、强大、可扩展的 Android 和 Java 日志库:https://github.com/elvishew/xLog
信用卡OCR库,扫描识别数字:https://github.com/card-io/card.io-Android-SDK
多渠道打包:
加快加载Dex文件速度:https://github.com/asLody/TurboDex
通过两张静态图片创建为一个有动画效果的SVG图片:https://github.com/bonnyfone/vectalign
运行时权限请求库:
Apk资源混淆工具,帮助减小apk体积:https://github.com/shwenzhang/AndResGuard
视频播放:
测试框架:
创建notification https://github.com/halysongoncalves/pugnotification
Webview与JS交互 https://github.com/pedant/safe-java-js-webview-bridge
Webview支持html5播放视频 https://github.com/cprcrack/VideoEnabledWebView
对Camera类封装 https://github.com/Glamdring/EasyCamera
操作蓝牙:https://github.com/alt236/Bluetooth-LE-Library---Android
指纹管理工具:
图片压缩:https://github.com/nanchen2251/CompressHelper
SQLite数据与Excel数据相互转换 https://github.com/li-yu/SQLiteToExcel
Android开源库集合(工具)的更多相关文章
- Android开源库集合(控件)
RecycleView: RecycleView功能增强 https://github.com/Malinskiy/SuperRecyclerView RecycleView功能增强(拖拽,滑动删除, ...
- android 开源库集合的链接列表
1. 内容挺多的 https://github.com/Trinea/android-open-project
- Android开源库集合(UI效果)
动画效果 粒子动画效果 https://github.com/glomadrian/Grav 水波式loading等待动画 https://github.com/race604/WaveLoading ...
- GitHub上排名前100的Android开源库介绍(来自github)
本项目主要对目前 GitHub 上排名前 100 的 Android 开源库进行简单的介绍,至于排名完全是根据 GitHub 搜索 Java 语言选择 (Best Match) 得到的结果,然后过滤了 ...
- GitHub Top 100的Android开源库
摘要: 本项目主要对目前 GitHub 上排名前 100 的 Android 开源库进行简单的介绍, 至于排名完全是根据GitHub搜索Java语言选择「Best M... 本项目主要对目前 GitH ...
- 我的Android进阶之旅】GitHub 上排名前 100 的 Android 开源库进行简单的介绍
GitHub Android Libraries Top 100 简介 本文转载于:https://github.com/Freelander/Android_Data/blob/master/And ...
- <Android开源库 ~ 1> GitHub Android Libraries Top 100 简介
转载自GitHub Android Libraries Top 100 简介 本项目主要对目前 GitHub 上排名前 100 的 Android 开源库进行简单的介绍, 至于排名完全是根据 GitH ...
- GitHub上排名前100的Android开源库介绍
GitHub上排名前100的Android开源库介绍 文章来源: http://www.open-open.com/news/view/1587067#6734290-qzone-1-31660-bf ...
- 【Java&Android开源库代码分析】のandroid-async-http の开盘
在<[Java&Android开源库代码剖析]のandroid-smart-image-view>一文中我们提到了android-async-http这个开源库,本文正 ...
随机推荐
- WPF 杂谈——开篇简言
这俩年多来笔者一直在从事关于WPF的开发.虽然不能说是专家级别的.但是对于WPF的应用还是有一定的了解.论他的灵活性决对不在WinForm之下.WPF的出现更是引发一段热议.他的何去何从更是让很多人感 ...
- 位运算的一种应用 和 hiho1516过河解题报告
初始i=s 每次:i=(i-1) & s 直到i=0 etc.11000100000100000000 10000=10001 & 1100001000=01111 & 110 ...
- 数据量越发庞大怎么办?新一代数据处理利器Greenplum来助攻
作者:李树桓 个推数据研发工程师 前言:近年来,互联网的快速发展积累了海量大数据,而在这些大数据的处理上,不同技术栈所具备的性能也有所不同,如何快速有效地处理这些庞大的数据仓,成为很多运营者为之苦恼的 ...
- Hadoop生态圈-Flume的组件之自定义拦截器(interceptor)
Hadoop生态圈-Flume的组件之自定义拦截器(interceptor) 作者:尹正杰 版权声明:原创作品,谢绝转载!否则将追究法律责任. 本篇博客只是举例了一个自定义拦截器的方法,测试字节传输速 ...
- 函数和常用模块【day06】:模块特殊变量(十四)
from test import test ''' __mame__ # 当前文件为主文件是等于__main__.用于调用时不执行一些命令 __file__ # 当前文件的路径,相对路径 __cach ...
- ceilometer主要组件分析
一.Agent 主要有compute agent 和central agent,还有一些其他的agent这里暂时不分析. agent初始化时会动态加载给定namespace的pollster插件,并通 ...
- B-树(B+树) 学习总结
一,B-树的定义及介绍 为什么会有B-树? 熟悉的树的结构有二叉树查找树或者平衡二叉树……平衡二叉树保证最坏情况下各个操作的时间复杂度为O(logN),但是为了保持平衡,在插入或删除元素时,需要进行旋 ...
- js拾遗: 函数字面量
今天落叶同学发我一篇文章,我看到一个"新"名词 "函数字面量" (也可叫直接量),当时我就郁闷了,这是什么东西? 我怎么没听说过..回头翻了下权威指南,在第 4 ...
- 【CodeForces】925 C.Big Secret 异或
[题目]C.Big Secret [题意]给定数组b,求重排列b数组使其前缀异或和数组a单调递增.\(n \leq 10^5,1 \leq b_i \leq 2^{60}\). [算法]异或 为了拆位 ...
- 20155222 2016-2017-2 《Java程序设计》第6周学习总结
20155222 2016-2017-2 <Java程序设计>第6周学习总结 教材学习内容总结 从应用程序的角度来看,如果要将数据从来源中取出,可以使用输入串流:如果要将数据写入目的地,可 ...