目录

Loop Android Sample - Connecting to the Loop platform

These instructions will get you a copy of a Loop sample app that will send a test signal to the Loop platform.

  1. If you haven’t already, signup for a Loop account and create an app on the Loop Developer Site
  2. Get the sample app 0. Clone this sample app git clone https://github.com/Microsoft/Loop-Sample-Hello-Android.git 0. Open it in Android Studio 0. Add your appId and appToken in LoopHelloApplication.java OnCreate
```
    String appId = "YOUR_APP_ID";
    String appToken = "YOUR_APP_TOKEN";
```
  1. Create test users in your user dashboard (user link in the left navigation)
  2. Fill in the userId and deviceId in LoopTestUserApplication.java OnCreate with a test user’s userId and deviceId obtained from the Loop Developer Site
```
    String userId = "YOUR_USER_ID";
    String deviceId = "YOUR_DEVICE_ID";
```
  1. Build and run the app

After this is done, you can create test signals to update the test profile. This is the same mechanism using test signals that the Loop uses when it creates home & work profiles.

关于
496.0 KB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9 京公网安备 11010802032778号