[WEEX-192][android]Weex Document Interator with your app
Project: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/commit/d32d4805 Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/d32d4805 Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/d32d4805 Branch: refs/heads/master Commit: d32d48057838538bfe589dab8fb0f9d9d9c33b6a Parents: 42138b4 Author: jianbai.gbj <[email protected]> Authored: Mon Mar 26 10:58:45 2018 +0800 Committer: jianbai.gbj <[email protected]> Committed: Mon Mar 26 10:58:45 2018 +0800 ---------------------------------------------------------------------- source/cn/guide/integrate-to-your-app.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/d32d4805/source/cn/guide/integrate-to-your-app.md ---------------------------------------------------------------------- diff --git a/source/cn/guide/integrate-to-your-app.md b/source/cn/guide/integrate-to-your-app.md index 8cc3b4a..1d2c9e5 100644 --- a/source/cn/guide/integrate-to-your-app.md +++ b/source/cn/guide/integrate-to-your-app.md @@ -193,7 +193,7 @@ public class MainActivity extends AppCompatActivity implements IWXRenderListener ### æºç ä¾èµ(IDE Android Studio) -1. ä¸è½½æºç `git clone https://github.com/alibaba/weex` +1. ä¸è½½æºç `git clone https://github.com/apache/incubator-weex.git` 2. å建 Android å·¥ç¨ã 3. éè¿ä»¥ä¸è·¯å¾å¼å ¥ SDK Module File->New-Import Module-> éæ© WEEX SDK Module(weex/android/sdk) -> Finish @@ -202,9 +202,12 @@ public class MainActivity extends AppCompatActivity implements IWXRenderListener #### éå½ -WXSampleå°å +Native WXSampleå°å +`https://github.com/apache/incubator-weex/tree/master/android/playground/app` +`https://github.com/apache/incubator-weex/tree/master/ios/playground` -`https://github.com/xkli/WXSample.git` +Vue WXSampleå°åï¼ +`https://hanks10100.github.io/weex-vue-examples/` ## éæå° iOS
