zoukankan      html  css  js  c++  java
  • 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.

  • 相关阅读:
    Kubernetes源码client-go的workqueue
    (转)Golang语言heap剖析及利用heap实现优先级队列
    (转)Kubernetes GC设计原则
    Kubernetes kubefed使用Cluster Selector
    使用kubeadm添加新节点到集群及相关问题解决
    Kubeadm颁发证书延迟到10年
    kubeadm升级Kubernetes证书
    混合kubebuilder与code generator编写CRD
    (转)Go项目的vendor目录是否需要提交?看这一篇就知道了
    Java 将Excel转为et和ett格式
  • 原文地址:https://www.cnblogs.com/spring87/p/5080345.html
Copyright © 2011-2022 走看看