Skip to content

Commit 7edde8a

Browse files
committed
Sync English Version-Development productivity tools
1 parent efb1d43 commit 7edde8a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

English Version/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,51 +1144,51 @@ Demo Apk: https://play.google.com/store/apps/details?id=net.nurik.roman.muzei
11441144
<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>
11451145

11461146
## Forth part: Development and testing tools
1147-
主要介绍和Android开发工具和Testing tools相关的开源项目。 <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>
1147+
Android open source projects about development tools and testing tools. <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>
11481148
#### First. Development productivity tools
11491149
1. Json2Java
1150-
根据JSon数据自动生成对应的Java实体类,还支持Parcel, Gson Annotations对应代码自动生成。期待后续的提取父类以及多url构建整个工程的功能
1150+
Automate processing Java classes to mirror json models.
11511151
Project Address: https://github.com/jonfhancock/JsonToJava
11521152
Online Demo: http://jsontojava.appspot.com/
11531153

11541154
1. IntelliJ Plugin for Android Parcelable boilerplate code generation
1155-
Android studio插件,生成Parcelable代码
1155+
IntelliJ Plugin for Android Parcelable boilerplate code generation.
11561156
Project Address: https://github.com/mcharmas/android-parcelable-intellij-plugin
11571157
Renderings: ![Holo Colors Idea](https://github.com/mcharmas/android-parcelable-intellij-plugin/raw/master/screenshot.png)
11581158

11591159
1. Android Holo Colors IntelliJ Plugin
1160-
Android studio插件,生成holo样式9 patch图片
1160+
IntelliJ / Android Studio plugin for Android Holo Colors
11611161
Project Address: https://github.com/jeromevdl/android-holo-colors-idea-plugin
11621162
Renderings: ![Holo Colors Idea](https://raw.github.com/jeromevdl/android-holo-colors-idea-plugin/master/other/holocolorsidea.png)
11631163

11641164
1. Android Drawable Factory
1165-
用于生成各个分辨率的图片
1165+
A Java Application to create appropriate Drawable resources for your Android application
11661166
Project Address: https://github.com/tizionario/AndroidDrawableFactory
11671167
Renderings: ![Android Drawable Factory](https://github-camo.global.ssl.fastly.net/5c3844b345a9779296f996490070dab0bfc9dbf5/68747470733a2f2f646c2e64726f70626f7875736572636f6e74656e742e636f6d2f752f32363636343637352f416e64726f69644472617761626c65466163746f72792f312e706e67)
11681168

11691169
1. SelectorChapek for Android
1170-
Android Studio插件,可根据固定文件名格式资源自动生成drawable selectors xml文件。
1170+
Android Studio plugin which automatically generates drawable selectors from appropriately named resources.
11711171
Project Address: https://github.com/inmite/android-selector-chapek
11721172

11731173
1. Android Action Bar Style Generator
1174-
Android ActionBar样式生成器,可在线选择ActionBar样式自动生成所需要的图片资源及xml文件
1174+
Easily create a simple, attractive and seamless custom action bar style for your Android application
11751175
Project Address: https://github.com/jgilfelt/android-actionbarstylegenerator
11761176
Online Demo: http://jgilfelt.github.io/android-actionbarstylegenerator/
11771177

11781178
1. ButterKnifeZelezny
1179-
用于快速生成[ButterKnife](https://github.com/JakeWharton/butterknife)View注入代码的Android Studio/IDEA插件
1179+
Android Studio plug-in for generating [ButterKnife](https://github.com/JakeWharton/butterknife) injections from selected layout XML.
11801180
Project Address: https://github.com/inmite/android-butterknife-zelezny
11811181

11821182
1. RoboCoP
1183-
利用Gradle task根据固定格式的json文件生成ContentProvider
1183+
Pure Java code generation tool for generating a fully functional ContentProvider for Android.
11841184
Project Address: https://github.com/mediarain/RoboCoP
11851185

11861186
1. appiconsizes
1187-
用于生成各个分辨率的图片
1187+
IOS and Android App Icon size generator
11881188
Project Address: http://www.appiconsizes.com/
11891189

11901190
1. Gradle Retrolambda Plugin
1191-
[Retrolambda](https://github.com/orfjackal/retrolambda)是将Java8的Lambdas应用于Java7的工具,本项目是Gradle插件,通过Retrolambda从而使Java或Android项目用Java8的Lambdas编写,将编译后的字节码转换为Java6和7的字节码从而正常运行
1191+
This plugin will automatically build your java or android project with [Retrolambda](https://github.com/orfjackal/retrolambda), giving you lambda goodness on java 6 or 7. It relies on the wonderful retrolambda by Esko Luontola.
11921192
Project Address: https://github.com/evant/gradle-retrolambda
11931193
<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>
11941194

0 commit comments

Comments
 (0)