You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@weex.apache.org by gubaojian <gi...@git.apache.org> on 2017/11/14 09:53:46 UTC

[GitHub] incubator-weex-site pull request #10: [Android]Integrate on Android Platform

GitHub user gubaojian opened a pull request:

    https://github.com/apache/incubator-weex-site/pull/10

    [Android]Integrate on Android Platform

    [Android] update Integrate on Android Platform

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gubaojian/incubator-weex-site master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-weex-site/pull/10.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #10
    
----
commit 87ad647fac18158e8f31a631b46ca19ffb78d944
Author: jianbai.gbj <ji...@alibaba-inc.com>
Date:   2017-10-25T12:47:39Z

    Integrate App Source

commit c3a51b6b2b170698f58ab7d27f250481365a4ffa
Author: jianbai.gbj <ji...@alibaba-inc.com>
Date:   2017-10-25T12:54:24Z

    modify error

commit b44ebb1c9cffffe4b2e1d1837fdaac1e8e4b5981
Author: jianbai.gbj <ji...@alibaba-inc.com>
Date:   2017-10-25T12:55:23Z

    update document

commit 5cd66d60cbbfcf718839ef83235d61d08ba86a0e
Author: jianbai.gbj <ji...@alibaba-inc.com>
Date:   2017-10-25T12:56:46Z

    add hello world demo source

commit 8075298819bce1cd8a8be8229cb2c214e4d15e99
Author: jianbai.gbj <ji...@alibaba-inc.com>
Date:   2017-10-25T12:58:22Z

    update link

commit 7e28116a87a7fcca242d0a7e36e78ab65adecd18
Author: jianbai.gbj <ji...@alibaba-inc.com>
Date:   2017-10-25T12:59:29Z

    update adapter

----


---

[GitHub] incubator-weex-site pull request #10: [WEEX-141][doc]Integrate With Your App...

Posted by cxfeng1 <gi...@git.apache.org>.
Github user cxfeng1 commented on a diff in the pull request:

    https://github.com/apache/incubator-weex-site/pull/10#discussion_r157477280
  
    --- 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
    --- End diff --
    
    Maybe 'integrate to' is better.


---

[GitHub] incubator-weex-site pull request #10: [WEEX-141][doc]Integrate With Your App...

Posted by cxfeng1 <gi...@git.apache.org>.
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


---

[GitHub] incubator-weex-site pull request #10: [WEEX-141][doc]Integrate With Your App...

Posted by cxfeng1 <gi...@git.apache.org>.
Github user cxfeng1 commented on a diff in the pull request:

    https://github.com/apache/incubator-weex-site/pull/10#discussion_r162028021
  
    --- Diff: source/guide/integrate-to-your-app.md ---
    @@ -8,102 +8,50 @@ 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 to 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 Five Steps
     
    -### Prerequisites
    -Make sure the following configuration is complete:
    +The keys to intergrating Weex into your Android application are the following five step:
     
    -+ [JDK](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) version >= 1.7 , and configure the environment variable
    -+ Android SDK installed and configure the environment variable
    -+ Android SDK version 23 (compileSdkVersion in build.gradle)
    -+ SDK build tools version 23.0.1 (buildToolsVersion in build.gradle)
    -+ Android Support Repository >= 17 (for Android Support Library)
    +1.Configure gralde dependency in build.gradle
    --- End diff --
    
    Gradle


---

[GitHub] incubator-weex-site pull request #10: [WEEX-141][doc]Integrate With Your App...

Posted by cxfeng1 <gi...@git.apache.org>.
Github user cxfeng1 commented on a diff in the pull request:

    https://github.com/apache/incubator-weex-site/pull/10#discussion_r162027925
  
    --- Diff: source/guide/integrate-to-your-app.md ---
    @@ -8,102 +8,50 @@ 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 to 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 Five Steps
     
    -### Prerequisites
    -Make sure the following configuration is complete:
    +The keys to intergrating Weex into your Android application are the following five step:
    --- End diff --
    
    Five quick steps to start profiling intergrating Weex into your Android application:


---

[GitHub] incubator-weex-site pull request #10: [WEEX-141][doc]Integrate With Your App...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-weex-site/pull/10


---