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.
If you haven’t already, signup for a Loop account and create an app on the Loop Developer Site
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
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 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.
git clone https://github.com/Microsoft/Loop-Sample-Hello-Android.git0. Open it in Android Studio 0. Add your appId and appToken inLoopHelloApplication.java OnCreateLoopTestUserApplication.java OnCreatewith a test user’s userId and deviceId obtained from the Loop Developer SiteAfter 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.