|
1 | 1 | hello-sensorcore |
2 | 2 | ================ |
3 | 3 |
|
4 | | -hello-sensorcore |
| 4 | +HelloSensorCore is a quick start sample demonstrating the usage of Step Counter API. The sample shows how to initialise and use StepCounter API. |
| 5 | + |
| 6 | +1. Instructions |
| 7 | +-------------------------------------------------------------------------------- |
| 8 | + |
| 9 | +Learn about the Lumia SensorCore SDK from the Lumia Developer's Library. The |
| 10 | +example requires the Lumia SensorCore SDK's NuGet package but will retrieve it |
| 11 | +automatically (if missing) on first build. |
| 12 | + |
| 13 | +To build the application you need to have Windows 8.1 and Windows Phone SDK 8.1 |
| 14 | +installed. |
| 15 | + |
| 16 | +Using the Windows Phone 8.1 SDK: |
| 17 | + |
| 18 | +1. Open the SLN file: File > Open Project, select the file `HelloSensorCore.sln` |
| 19 | +2. Remove the "AnyCPU" configuration (not supported by the Lumia SensorCore SDK) |
| 20 | +or simply select ARM |
| 21 | +3. Select the target 'Device'. |
| 22 | +4. Press F5 to build the project and run it on the device. |
| 23 | + |
| 24 | +Alternatively you can also build the example for the emulator (x86) in which case |
| 25 | +the Steps will use simulated data. |
| 26 | + |
| 27 | +Please see the official documentation for |
| 28 | +deploying and testing applications on Windows Phone devices: |
| 29 | +http://msdn.microsoft.com/en-us/library/gg588378%28v=vs.92%29.aspx |
| 30 | + |
| 31 | +2. Licence |
| 32 | +-------------------------------------------------------------------------------- |
| 33 | + |
| 34 | +See the licence text file delivered with this project. The licence file is also |
| 35 | +available online at https://github.com/nokia-developer/steps/blob/master/Licence.txt |
| 36 | + |
| 37 | + |
| 38 | +3. Version history |
| 39 | +-------------------------------------------------------------------------------- |
| 40 | + |
| 41 | +* Version 1.0: The first release. |
| 42 | + |
| 43 | +5. Downloads |
| 44 | +--------- |
| 45 | + |
| 46 | +| Project | Release | Download | |
| 47 | +| ------- | --------| -------- | |
| 48 | +| Steps | v1.0 | [hello-sensorcore-1.0.zip](https://github.com/nokia-developer/hello-sensorcore/archive/v1.0.zip) | |
| 49 | + |
| 50 | +6. See also |
| 51 | +-------------------------------------------------------------------------------- |
| 52 | + |
| 53 | +The projects listed below are exemplifying the usage of the SensorCore APIs |
| 54 | + |
| 55 | +* Steps - https://github.com/nokia-developer/steps |
| 56 | +* Places - https://github.com/nokia-developer/places |
| 57 | +* Tracks - https://github.com/nokia-developer/tracks |
| 58 | +* Activities - https://github.com/nokia-developer/activities |
| 59 | +* Recorder - https://github.com/nokia-developer/recorder |
0 commit comments