Skip to content

Commit ce78b7c

Browse files
committed
Sync English Version-Android common lib
1 parent ddedc1e commit ce78b7c

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

English Version/README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -762,33 +762,29 @@ Document: http://ormlite.com/sqlite_java_android_orm.shtml
762762

763763
#### Fifth. Android common lib
764764
1. Guava
765-
Google的基于java1.6的类库集合的扩展项目,include collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O等等. 这些高质量的API可以使你的JAVa代码更加优雅,更加简洁
765+
The Guava project contains several of Google's core libraries that we rely on in our Java-based projects: collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, and so forth.
766766
Project Address: https://code.google.com/p/guava-libraries/
767767
Document: https://code.google.com/p/guava-libraries/wiki/GuavaExplained
768768

769769
1. Volley
770-
Google提供的网络通信库,使得网络请求更简单, 更快速
770+
Easy, Fast Networking for Android
771771
Project Address: https://android.googlesource.com/platform/frameworks/volley
772772
Github Address: https://github.com/mcxiaoke/android-volley
773773
Document: http://commondatastorage.googleapis.com/io-2013/presentations/110%20-%20Volley-%20Easy,%20Fast%20Networking%20for%20Android.pdf
774774

775775
1. AndroidCommon
776-
Android公共库
776+
Android common lib, include ImageCache, HttpCache, DropDownListView, DownloadManager, Utils and so on
777777
Project Address: https://github.com/Trinea/AndroidCommon
778778
Demo Apk: https://play.google.com/store/apps/details?id=cn.trinea.android.demo
779779
Document: http://www.trinea.cn/android/android-common-lib/
780-
include:(1)缓存(Image Cache, 预取缓存, 网络缓存)
781-
(2) 公共View(下拉及底部加载更多ListView, 底部加载更多ScrollView, 滑动一页Gallery)
782-
(3) Android常用工具类(网络, 下载, Android资源操作, shell, 文件, Json, 随机数, Collection等等)
783780

784781
1. shipfaster
785-
整合了Dagger Otto Retrofit Robolectric Picasso OkHttp,方便快速开发
782+
Sample project demonstrating usage of Dagger + Otto + Robolectric + Retrofit + Picasso + OkHttp
786783
Project Address: https://github.com/pyricau/shipfaster
787784

788785
1. CleanAndroidCode
789-
整合了Dagger Otto AndroidAnnotations,方便快速开发
786+
This project is a proof of concept to show how to integrate Dagger, Otto and AndroidAnnotations.
790787
Project Address: https://github.com/pyricau/CleanAndroidCode
791-
我目前也在做框架选型方面的工作,不出意外后面也会出个跟4, 5类似的项目
792788
<a href="https://github.com/Trinea/android-open-project/edit/master/English%20Version/README.md#include" title="Back to directory" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>
793789

794790
#### Sixth. Android Compatible low version

0 commit comments

Comments
 (0)