Twitter License for Android

简介: 1.Apache Software Foundation Apache 软件基金会   2.Apache Thrift     跨平台传输数据,Thrift与其他传输方式的比较:    xml与JSON相比体积太大,但是xml传统,也不算复杂。

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.

 

目录
相关文章
|
Java Linux Android开发
windows编译FFmpeg for Android 和AndroidStudio使用FFmpeg(二)
FFmpeg的编译是一个大坑,尤其是编译安卓平台的动态库和静态库,应用于APP中。在Linux平台编译是相对简单的,但是我经过尝试在Linux编译静态库没有成功,所以又在windows平台尝试编译了ffempg的动态库,应用成功了,这里分享一下。
375 0
windows编译FFmpeg for Android 和AndroidStudio使用FFmpeg(二)
|
Linux Shell C语言
windows编译FFmpeg for Android 和AndroidStudio使用FFmpeg(一)
FFmpeg的编译是一个大坑,尤其是编译安卓平台的动态库和静态库,应用于APP中。在Linux平台编译是相对简单的,但是我经过尝试在Linux编译静态库没有成功,所以又在windows平台尝试编译了ffempg的动态库,应用成功了,这里分享一下。
551 0
windows编译FFmpeg for Android 和AndroidStudio使用FFmpeg(一)
|
存储 缓存 JSON
Code For Better 谷歌开发者之声——Android 中的 Volley 库
Volley是一个HTTP 库,它使 Android 应用程序的网络变得非常简单和快速。它由 Google 开发并在 2013 年 Google I/O 期间推出。它的开发是因为 Android SDK 中缺少能够在不影响用户体验的情况下工作的网络类。尽管 Volley 是 Android 开源项目 (AOSP) 的一部分,但 Google 在 2017 年 1 月宣布 Volley 将迁移到一个独立的库。它管理网络请求的处理和缓存,并节省开发人员一次又一次编写相同的网络调用/缓存代码的宝贵时间。Volley不适合大型下载或流式操作,因为 Volley 在解析期间将所有响应保存在内存中。
122 0
|
IDE 开发工具 Android开发
解决This Gradle plugin requires a newer IDE able to request IDE model level 3. For Android Studio
解决This Gradle plugin requires a newer IDE able to request IDE model level 3. For Android Studio
155 0
解决This Gradle plugin requires a newer IDE able to request IDE model level 3. For Android Studio
|
存储 人工智能 Java
TensorFlow Lite for Android 初探(附demo)
TensorFlow Lite for Android 初探(附demo)
480 0
TensorFlow Lite for Android 初探(附demo)
|
开发工具 Android开发
License for package Android SDK Build-Tools 28.0.3 not accepted.
License for package Android SDK Build-Tools 28.0.3 not accepted.
323 0
License for package Android SDK Build-Tools 28.0.3 not accepted.
|
开发工具
Could not get unknown property ‘versions‘ for object of type com.android.build.gradle.AppExtension
Could not get unknown property ‘versions‘ for object of type com.android.build.gradle.AppExtension
1715 0
Could not get unknown property ‘versions‘ for object of type com.android.build.gradle.AppExtension
|
开发工具 Android开发
解决Error:Could not determine the class-path for interface com.android.builder.model.AndroidProject.
解决Error:Could not determine the class-path for interface com.android.builder.model.AndroidProject.
200 0
解决Error:Could not determine the class-path for interface com.android.builder.model.AndroidProject.
|
Java 程序员 开发工具
SAP BTP SDK for Android 已经支持 Kotlin 了
SAP BTP SDK for Android 已经支持 Kotlin 了
113 0
SAP BTP SDK for Android 已经支持 Kotlin 了
|
消息中间件 网络协议 物联网
微服务消息队列(MQTT For IoT)Android Demo使用介绍
目前阿里云官方对于微消息队列 MQTT提供了很多语言的参考示例,但是在实际的使用中发现很多用户在使用Android Sample的时候总是会遇到问题,无法正常调试使用。本文主要介绍Android Sample的使用。
微服务消息队列(MQTT For IoT)Android Demo使用介绍