[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加上相关的代码就可以用了, ...
随机推荐
- 【hihocoder 1424】 Asa's Chess Problem(有源汇上下界网络流)
UVALive-7670 ICPC北京2016-C题 hihocoder 1424 题意 有个 \(N\times N\) 的棋盘,告诉你每个格子黑色(1)或白色(0),以及每对能相互交换的同行或同列 ...
- BZOJ2961 共点圆[CDQ分治]
题面 bzoj 其实就是推一下圆的式子 长成这个样子 假设要查询的点是(x, y) 某个圆心是(p, q) \((x - p)^2 + (y - q)^2 \leq p^2 + q^2\) 变成 \( ...
- ATR102E Stop. Otherwise... [容斥]
第一道容斥 \(ans[i] = \sum_{j = 0}^{min(cnt, n / 2)} (-1)^j \tbinom{cnt}{j} \tbinom{n - 2*j + k - 1}{k - ...
- Ability
Base:网络安全,sklearn(ML),日本語,企业存储 Branch1:自动化,Git Branch2:HW系统架构 Branch3:shadowsocks源码:
- 关于Autosar中的NM模块的理解
本篇文章主要介绍AutoSar中关于NM模块的理解. 阅读本篇文章希望达到的目的: 1. NM(网络管理)是用来做什么的: 2. AutoSar中网络管理的原理: 3.项目实例介绍 1. NM(网络管 ...
- luogu2643 聪聪可可
题目链接 题意 其实转化之后的题意就是求出树上有多少条路径长度是3的倍数.求答案的时候只要将这个数字除以总路径数量就行了. 思路 考虑点分治.对于当前子树,分别求出出树中每个点到根的路径长度对\(3\ ...
- python中的单例模式、元类
单例模式 单例模式(Singleton Pattern)是一种常用的软件设计模式,该模式的主要目的是确保某一个类只有一个实例存在.当你希望在整个系统中,某个类只能出现一个实例时,单例对象就能派上用场. ...
- Redis命令:scan实现模糊查询
转: Redis命令:scan实现模糊查询 2017年12月31日 16:54:33 琦彦 阅读数:22893 标签: redis数据库Redis命令scan模糊查询 更多 个人分类: Redis 所 ...
- Ubuntu下添加Samba用户名与密码
参考: ubuntu下的Samba配置:使每个用户可以用自己的用户名和密码登录自己的home目录 增加samba用户提示Failed to add entry for user Ubuntu可以直接在 ...
- malloc()
malloc()没啥好讲的,唯一要注意的就是与new的区别 malloc()失败是返回NULL指针,new失败是抛出异常 malloc和new的空间释放的方式不能串着用 new数组时需要注意配合del ...