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.

  • 相关阅读:
    Coolite comboBox控件动态显示树形结构(无限树)
    WinXP 允许搜索PHP格式
    LINQ To DataSet 几个常用示例
    在Windows系统上安装PHP工作环境
    将LINQ To DataSet 传回之对象集转成DataTable的函数
    .net wsdl文件用法
    上班了,抱怨一下
    写在情人节
    快乐云南行
    单车骑天下 VS 公益旅游活动
  • 原文地址:https://www.cnblogs.com/spring87/p/5080345.html
Copyright © 2011-2022 走看看