Github user cxfeng1 commented on a diff in the pull request:
https://github.com/apache/incubator-weex-site/pull/10#discussion_r157477480
--- Diff: source/guide/integrate-to-your-app.md ---
@@ -8,102 +8,49 @@ version: 2.1
# Integrate to Your App
-## Integrate to Android
-Tipï¼The following documents assume that you already have a certain
Android development experience.
+## Integrate on Android Platform
+The following documents assume that you already have a certain Android
development experience.
-### Android has two ways to integrate weex
-1.using source code: Can quickly use the latest features of WEEX,
according to your own characteristics of the project. So, you can do some
related improvements.
-2.using SDK: WEEX will regularly release a stable version at
jcenter.[jcenter](https://bintray.com/alibabaweex/maven/weex_sdk/view)
+### Quick Start
+The keys to intergrating Weex into your Android application are the
following five step:
--- End diff --
five steps
---