Skip to content

Commit

Permalink
[readme] all
Browse files Browse the repository at this point in the history
  • Loading branch information
bringmehome committed Dec 28, 2016
1 parent d2e8b65 commit 1537ea7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 16 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ FogCloud提供移动端,服务端整体解决方案,为移动应用开发者
4. 解析出待绑定设备的IP,并通过HTTP方式连接上去(端口为8002),发送绑定请求
5. 以上是基础配网和通信的功能,剩下来的工作视具体云平台而定

更多相关文档参考[FogCloud文档首页](http://doc.fogcloud.io)
##其他
[Fog文档](http://doc.fogcloud.io)
4 changes: 1 addition & 3 deletions android/FogLibraryDemo/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Fog2.0对应的测试例子

将app的build.grandle里的compile project(':Fog2_container:fog2_sdk')换成 compile 'io.fogcloud.sdk:fog2_sdk:0.0.4'
# Fog2.0Demo

```js
dependencies {
Expand Down
14 changes: 2 additions & 12 deletions android/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,2 @@
##Example Guide

####Android
* 目前仅支持Android Studio,使用时import文件即可,目前版本包含了用户的注册、登录、授权、等大部分接口

####iOS
* 此版本测试demo包含fog2中的所有api

####APICloud
* 将widget.zip解压,然后文件提交到自己在APICloud里新建的工程里
* 在模块store引用fog2模块
* 打包即可使用
##Fog2 for android
* 目前仅支持Android Studio,使用时import文件即可,此版本Demo包含了用户的注册、登录、授权、等
4 changes: 4 additions & 0 deletions apicloud/README.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
##Fog2 for APICloud
* 将widget.zip解压,然后文件提交到自己在APICloud里新建的工程里
* 在模块store引用fog2模块
* 打包即可使用

0 comments on commit 1537ea7

Please sign in to comment.