Skip to content

Commit 8622e8e

Browse files
committed
Sync English Version-Android Compatible low version
1 parent ce78b7c commit 8622e8e

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

English Version/README.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -789,40 +789,39 @@ Project Address: https://github.com/pyricau/CleanAndroidCode
789789

790790
#### Sixth. Android Compatible low version
791791
1. ActionBarSherlock
792-
为Android所有版本提供统一的ActionBar,解决4.0以下ActionBar的适配问题
792+
Action bar implementation which uses the native action bar on Android 4.0+ and a custom implementation on pre-4.0 through a single API and theme.
793793
Project Address: https://github.com/JakeWharton/ActionBarSherlock
794794
Demo Apk: https://play.google.com/store/apps/details?id=com.actionbarsherlock.sample.demos
795-
Similar App: 太多了。。现在连google都在用
796795

797796
1. Nine Old Androids
798-
将Android 3.0(Honeycomb)所有动画API(ObjectAnimator ValueAnimator等)兼容到Android1.0
797+
Android library for using the Honeycomb animation API on all versions of the platform back to 1.0!
799798
Project Address: https://github.com/JakeWharton/NineOldAndroids
800799
Demo Apk: https://play.google.com/store/apps/details?id=com.jakewharton.nineoldandroids.sample
801800
Document: http://nineoldandroids.com/
802801

803802
1. HoloEverywhere
804-
将Android 3.0的Holo主题兼容到Android2.1++
803+
Bringing Holo Theme from Android 4.1 to 2.1 and above.
805804
Project Address: https://github.com/Prototik/HoloEverywhere
806805
Demo Apk: https://raw.github.com/Prototik/HoloEverywhere/repo/org/holoeverywhere/demo/2.1.0/demo-2.1.0.apk
807806
Document: http://android-developers.blogspot.com/2012/01/holo-everywhere.html
808807

809808
1. SherlockNavigationDrawer
810-
将Android NavigationDrawer和ActionbarSherlock结合,解决4.0以下NavigationDrawer的适配问题
809+
Modification of the Android NavigationDrawer sample to use ActionbarSherlock so that we can use the NavigationDrawer on older devices
811810
Project Address: https://github.com/tobykurien/SherlockNavigationDrawer
812811

813812
1. Notifications4EveryWhere
814-
将Android 4.1的兼容到Android2.2++
813+
Bringing Notifications from Android 4.1 to 2.2 and above.
815814
Project Address: https://github.com/youxiachai/Notifications4EveryWhere
816815
NavigationDrawerDocument: http://developer.android.com/training/implementing-navigation/nav-drawer.html
817816

818817
1. Android Switch Widget Backport
819-
将Android Switch和SwitchPreference的兼容到Android2.1++
818+
A backport of the Switch widget that was introduced on Android 4.X to Android2.1++
820819
Project Address: https://github.com/BoD/android-switch-backport
821820
Demo Apk: https://play.google.com/store/apps/details?id=org.jraf.android.backport.switchwidget.sample
822821
Document: https://github.com/BoD/android-switch-backport#using-the-switch
823822

824823
1. android-datepicker
825-
将Android 4.0的datepicker兼容到Android2.2++
824+
Android 4.0 DatePicker backported to 2.2
826825
Project Address: https://github.com/SimonVT/android-datepicker
827826
<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>
828827

0 commit comments

Comments
 (0)