项目研究

 EysEM软件摄影社交图片分享软件:

     EysEm中使用到的第三方的类库:

            v4,v7,v8-.renderscript

           1.okIo:  https://github.com/square/okio/tree/master/okio/src/main/java/okio

           2.okhttp:  (依赖于okio库  An HTTP & SPDY client for Android and Java applications)  https://github.com/square/okhttp 

          3. Picasso  (A powerful image downloading and caching library for Android.)  https://github.com/square/picasso

          4.Mimecraft (Utility for creating RFC-compliant multipart and form-encoded HTTP request bodies.)https://github.com/square/mimecraft

          5. Tape (A lightning fast, transactional, file-based FIFO for Android and Java.)   https://github.com/square/tape

          6.Facebook SDK for Android (Used to integrate Android apps with Facebook Platform) https://github.com/facebook/facebook-android-sdk/

         7. ActionBar-PullToRefresh  https://github.com/chrisbanes/ActionBar-PullToRefresh

         8.SmoothProgressBar  https://github.com/castorflex/SmoothProgressBar

         9.TwoWayView  https://github.com/lucasr/twoway-view(此版本是android studio版本的)

         10. SLF4J   http://www.slf4j.org/download.html(服务于各种各样的日志系统 http://blog.csdn.net/zmzsoftware/article/details/6835452)

         11.oauth signpost https://github.com/mojodna/oauth-signpost(网页请求认证)

         12.  apache mime4j http://james.apache.org/mime4j/(是一个灵活的用来解析邮件 MIME 的Java类库)

                13.Android OS Media Gallery App (Crop Feature)

               14.Volley:   https://github.com/mcxiaoke/android-volley (网络异步通信框架) 

               15.Kryo Library   https://github.com/EsotericSoftware/kryo/releases(快速序列化工具)

               16.flickrj.android  https://github.com/mayfourth/flickrj-android  https://www.flickr.com/services/api/(加拿大一家图片分享网站开源api)

               17.Localytics:com.localytics.android:国外统计分析工具  http://www.localytics.com/

             Local weather data provided by World Weather Online.
             http://www.worldweatheronline.com/

          18. butterknife: https://github.com/tank2014gz/butterknife(视图注解)

          

   


你可能感兴趣的:(android学习)