[Android] Android 常见第三方库汇总地址
Android 常见第三方库汇总地址
https://github.com/wasabeef/awesome-android-libraries
List of Android Libraries
This is an alphabetical list of libraries for Android development, the majority being actively maintained.
UI/UX Library is here.
Index
- Networking
- Image Loader
- Drawable
- Dependency Injections
- JSON
- O/R Mapping
- NoSQL
- Pub/Sub
- Logger
- Background Processing
- Fonts
- Video
- Parcelables
- Functional Programming
- Social Networks
- WebRTC
- Image Processing
- Camera
- Security
- Media
- Showcases
- Maps
- Other
Networking
Image Loader
Drawable
| Name | Repository | License |
|---|---|---|
| MrVector | https://github.com/telly/MrVector | License |
Dependency Injections
JSON
O/R Mapping
NoSQL
Pub/Sub
| Name | Repository | License |
|---|---|---|
| EventBus | https://github.com/greenrobot/EventBus | Apache License V2 |
| Otto | https://github.com/square/otto | Apache License V2 |
| MBassador | https://github.com/bennidi/mbassador | MIT |
Logger
Background Processing
Fonts
| Name | Repository | License |
|---|---|---|
| Calligraphy | https://github.com/chrisjenx/Calligraphy | Apache License V2 |
Video
Parcelables
Functional Programming
Adding Java-8 Functional Programming Features
| Name | Repository | License |
|---|---|---|
| Retrolambda | https://github.com/orfjackal/retrolambda | Apache License V2 |
Functional Reactive Programming
| Name | Repository | License |
|---|---|---|
| RxAndroid | https://github.com/ReactiveX/RxAndroid | Apache License V2 |
| RxJava | https://github.com/ReactiveX/RxJava | Apache License V2 |
Social Networks
| Name | Repository | License |
|---|---|---|
| ASNE | https://github.com/gorbin/ASNE | MIT |
| Facebook SDK | https://github.com/facebook/facebook-android-sdk | Apache License V2 |
| Twitter Fabric | Unknown | Unknown |
WebRTC
| Name | Repository | License |
|---|---|---|
| AndroidRTC | https://github.com/pchab/AndroidRTC | Apache License V2 |
Image Processing
| Name | Repository | License |
|---|---|---|
| GPUImage for Android | https://github.com/CyberAgent/android-gpuimage | Apache License V2 |
Camera
| Name | Repository | License |
|---|---|---|
| Landscape video camera | https://github.com/jmolsmobile/LandscapeVideoCamera | Apache License V2 |
| EasyCamera | https://github.com/Glamdring/EasyCamera | Apache License V2 |
Build
| Name | Repository | License |
|---|---|---|
| Buck | https://github.com/facebook/buck | Apache License V2 |
Security
| Name | Repository | License |
|---|---|---|
| Grab'n Run | https://github.com/lukeFalsina/Grab-n-Run | Apache License V2 |
Media
| Name | Repository | License |
|---|---|---|
| PdfMyXml | https://github.com/HendrixString/Android-PdfMyXml | Apache License V2 |
Showcases
Maps
| Name | Repository | License |
|---|---|---|
| GraphHopper | https://github.com/graphhopper/graphhopper | Apache License V2 |
| Mapsforge | https://github.com/mapsforge/mapsforge | LGPL |
Other
本博客地址: wukong1688
本文原文地址:https://www.cnblogs.com/wukong1688/p/10698861.html
转载请著名出处!谢谢~~
[Android] Android 常见第三方库汇总地址的更多相关文章
- Android 开源项目及库汇总(2)
Android 开源项目及库汇总(2) ListenToCode 2.7 2018.10.10 15:43 字数 8527 阅读 1001评论 0喜欢 29 地图 百度地图– Android百度地图 ...
- [置顶] android利用jni调用第三方库——第三篇——编写库android程序整合第三方库libhello.so到自己的库libhelloword.so
0:前言: 在第二篇中,我们主要介绍了丙方android公司利用乙方C++公司给的动态库,直接调用库中的方法,但是这样方式受限于: 乙方C++公司开发的动态库是否符合jni的规范,如果不规范,则不能直 ...
- Android中集成第三方库的方法和问题
Android中集成第三方库的方法和问题 声明: 1. 本文參考了网上同学们的现有成果,在此表示感谢,參考资料在文后有链接. 2. 本文的重点在第三部分,是在开发中遇到的问题及解决的方法.第一,第二部 ...
- Android.mk使用第三方库方法
/********************************************************************** * Android.mk使用第三方库方法 * 说明: * ...
- android studio 导入第三方库的记录
android studio 导入第三方库的记录.jar包 和 库 一.jar包 1.jar包的话很简单,首先换成project模式,将你要用的jar包复制到lib下面.如图 2.然后右键选择Add ...
- Android Studio导入第三方库的三种方法
叨叨在前 今天在项目中使用一个图片选择器的第三方框架——GalleryFinal,想要导入源码,以便于修改,于是上完查找了一下方法,想到之前用到过其他导入第三方库的方法,现在做个小总结,以防忘记. A ...
- Android开发使用的常见第三方框架汇总
本文转载:http://blog.csdn.net/liuhaomatou/article/details/44857005 1.volley 项目地址 https://github.com/sman ...
- 使用Android Studio导入第三方库项目
在使用Android Studio开发时,用到了第三方库SlidingMenu(现在已经不推荐使用了),尽管如此,但具体怎么导入第三方库还是需要知道的,在查阅各种资料后,知道了一种比较容易可行的方法 ...
- Android开发——发布第三方库到JitPack上
前言: 看到大神们的写的第三方控件,比较好用,我们使用的时候直接是在gradle上加上代码就可以使用了,现在到我们写了一个第三方控件,想要别人使用的时候也是直接在gradle加上相关的代码就可以用了, ...
随机推荐
- 【cf789B】Masha and geometric depression(分类讨论/暴力)
B. Masha and geometric depression 题意 在黑板上写数列,首项是b,公比是q,超过l时就停止不写.给定m个数,遇到后跳过不写.问一共写多少个数,如果无穷个输出inf. ...
- 用keras实现基本的图像分类任务
数据集介绍 fashion mnist数据集是mnist的进阶版本,有10种对应的结果 训练集有60000个,每一个都是28*28的图像,每一个对应一个标签(0-9)表示 测试集有10000个 代码 ...
- OpenDCIM-19.01操作手册
OpenDCIM-19.01操作手册 1. 界面标签解析 1.1 用户管理 用户管理 部门管理 用户管理被存在数据表fac_User中,包含以下字段: UserID:是管理员还是用户 Name:报表 ...
- 【UOJ#177】欧拉回路
[UOJ#177]欧拉回路 题面 UOJ 题解 首先图不连通就没啥好搞的了. 对于无向图而言,每个点度数为偶数. 对于有向图而言,每个点入度等于出度. 然后就是一本通上有的做法,直接\(dfs\)一遍 ...
- 【THUWC2017】随机二分图(动态规划)
[THUWC2017]随机二分图(动态规划) 题面 BZOJ 洛谷 题解 如果每天边的限制都是\(0.5\)的概率出现或者不出现的话,可以把边按照二分图左侧的点的编号排序,然后设\(f[i][S]\) ...
- markdown语法测试集合
这篇文章包含markdown语法基本的内容, 目的是放在自己的博客园上, 通过开发者控制台快速选中, 从而自定义自己博客园markdown样式.当然本文也可以当markdown语法学习之用. 在mar ...
- tyvj/joyoi 2018 小猫爬山
2018,这个题号吼哇! 搜索第一题,巨水. WA了一次,因为忘了还原... #include <cstdio> ; int n, W, ans, weigh[N], cost[N]; i ...
- bouncing-balls-evil-circle
效果如下 代码目录 <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset=&q ...
- Echarts关于仪表盘
https://blog.csdn.net/zc763375777/article/details/53837391 来无事,制作不一样的图标一发,领导让把仪表盘做成百分条,我TM也是醉了,大体样式如 ...
- javascript学习一、js的初步了解
1.javascript的简介: *javascript 是一种基于对象和事件驱动的语言,主要应用于客户端. -- 基于对象: ** 提供了很多对象,可以直接使用. --事件驱动: ** html做 ...