Skip to content

Commit 6231067

Browse files
authored
Update README-English.md
1 parent e634855 commit 6231067

File tree

1 file changed

+9
-31
lines changed

1 file changed

+9
-31
lines changed

README-English.md

Lines changed: 9 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,7 @@ This source code is licensed under the Apache License Version 2.0 <br/>
5353

5454
* ### [1. About](#1)
5555
* ### [2. Server-side deployment](#2)
56-
* [2.1 Installing with Eclipse](#2.1)
57-
* [2.2 Import MySQL table files](#2.2)
58-
* [2.3 Installing with IntellIJ IDEA Ultimate](#2.3)`
5956
* ### [3. Client-side deployment](#3)
60-
* [3.1 For Android](#3.1)
61-
* [3.2 For iOS](#3.2)
62-
* [3.3 For Javascript](#3.3)
6357
* ### [4.Contributing](#4)
6458
* ### [5.Versioning](#5)
6559
* ### [6.Author](#6)
@@ -168,35 +162,19 @@ See https://github.com/APIJSON/APIJSON-Demo/blob/master/APIJSON-Java-Server/READ
168162
<br />
169163

170164
## <h2 id="3">3. Client-side deployment<h2/>
171-
172-
### <h3 id="3.1">3.1 For Android<h3/>
173-
174-
Make sure you have either [ADT Bundle](https://stuff.mit.edu/afs/sipb/project/android/docs/sdk/installing/bundle.html) or [Android Studio](https://developer.android.com/studio) installed.<br />
175-
176-
My config: Windows 7 + JDK 1.7.0_71 + ADT Bundle 20140702 + Android Studio 2.2 and OSX EI Capitan + (JDK 1.7.0_71 + ADT Bundle 20140702) + (JDK 1.8.0_91 + Android Studio 2.1.2). All the systems and software are 64 bit.<br />
177-
178-
* 1.Importing<br />
179-
*Open an existing Android Studio project > Select the path of APIJSON-Master/APIJSON-Android/APIJSONApp(or APIJSONTest) > OK*
180-
181-
* 2.Running<br />
182-
*Run > Run app*
165+
You can skip this step and use [APIAuto](https://github.com/TommyLemon/APIAuto) or download App.<br />
166+
See [Android](https://github.com/APIJSON/APIJSON-Demo/blob/master/APIJSON-Android/README-English.md)[iOS](https://github.com/APIJSON/APIJSON-Demo/blob/master/APIJSON-iOS/README-English.md) or [JavaScript](https://github.com/APIJSON/APIJSON-Demo/blob/master/APIJSON-JavaScript/README-English.md)<br />
183167

184-
* 3.Testing <br />
185-
In the browser, send a request to the server. It should return with the result.
186-
If the default url is not available, change it to an available one, such as an IPV4 address that is running the server of the APIJSON project. Then click the request button again.
168+
### Download App
187169

188-
### <h3 id="3.2">3.2 For iOS<h3/>
170+
Simple demo App for testing APIJSON<br />
171+
[APIJSONTest.apk](http://files.cnblogs.com/files/tommylemon/APIJSONTest.apk)
189172

190-
Open xCode, then *APIJSON-Master/APIJSON-iOS/APIJSON-Swift > Open*<br/>
191-
192-
In xCode, *Product > Run*
193-
194-
### <h3 id="3.3">3.3 For Javascript<h3/>
195-
196-
You can use either an IDE or text editor like sublime, Atom, etc. Webstorm is recommended.<br/>
197-
While using a text editor, you just open the .html file in the APIJSON-JS folder.<br/>
198-
You can also open it with Vue javascript framework. Click [here](https://vuejs.org/) to learn more.
173+
Complex production App like Twitter tweets<br />
174+
[APIJSONApp.apk](http://files.cnblogs.com/files/tommylemon/APIJSONApp.apk)
199175

176+
<br />
177+
200178
## <h2 id="4">4. Contributing<h2/>
201179

202180
We are always looking for more developers to help implementing new features, fix bugs, etc. Please have a look at the [open issues](https://github.com/Tencent/APIJSON/issues) before opening a new one.<br />

0 commit comments

Comments
 (0)