Giter Site home page Giter Site logo

loop-sample-hello-android's Introduction

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.

loop-sample-hello-android's People

Contributors

microsoft-github-policy-service[bot] avatar srasool avatar sseiber avatar yyw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.