Twitter License for Android

1.Apache Software Foundation

Apache 软件基金会

2.Apache Thrift

跨平台传输数据,Thrift与其他传输方式的比较:
    xml与JSON相比体积太大,但是xml传统,也不算复杂。
    json 体积较小,新颖,但不够完善。
    thrift 体积超小,使用起来比较麻烦,不如前两者轻便,但是对于1.高并发、2.数据传输量大、3.多语言环境, 满足其中2点使用 thrift还是值得的。

3.Android Open Source Project

Google Cloud Messaging

Google libphonenumber

Google libaddressinput

谷歌自己家的,大部分用不到,一起忽略。

4.Bouncy Castle Crypto(via Spongy Castle)

项目地址:https://github.com/rtyley/spongycastle

加密重新封装,https://rtyley.github.io/spongycastle/ ,Demo:https://github.com/rtyley/spongycastle-eclipse#readme

5.Chris Banes

这个名字不是一个库,又是一位明星程序员,最初的下拉刷新,Git地址:https://github.com/chrisbanes

6.ExoPlayer

项目地址:https://github.com/google/ExoPlayer

一个可扩展的多媒体播放库,强大。

7.Jackson Java JSON-processor Core

项目地址:http://jackson.codehaus.org/

解析JSON

8.LoganSquare

项目地址:https://github.com/bluelinelabs/LoganSquare

LoganSquare是Android上解析和序列化JSON最快的开源库

9.OkHttp

项目地址:https://github.com/square/okhttp

square开源的网络请求库

10.RxJava and RxAndroid

项目地址:https://github.com/ReactiveX/RxJava

https://github.com/ReactiveX/RxAndroid

响应式编程,新的认知

11.Vandal Software,LLC

http://www.vandalsoftware.com/

12.Etsy AndroidStaggeredListview

项目地址:https://github.com/etsy/AndroidStaggeredGrid

Etsy出品瀑布流控件

13.Jake Wharton's ViewPagerIndicator

项目地址:https://github.com/JakeWharton/ViewPagerIndicator

强大的viewpager

14.Sliding TabLayout

地址:http://developer.android.com/intl/zh-cn/samples/SlidingTabsBasic/src/com.example.android.common/view/SlidingTabLayout.html

以上来自Twitter for Android version 5.88.0.

上一篇:lua的面向对象


下一篇:0基础学习ios开发笔记第一天