Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
projects:observer_template [2016/07/05] – created terence | projects:observer_template [2016/07/05] (current) – terence | ||
---|---|---|---|
Line 15: | Line 15: | ||
* Latest version: [[https:// | * Latest version: [[https:// | ||
+ | |||
+ | **Please also take a look at [[# | ||
===== About ===== | ===== About ===== | ||
Line 549: | Line 551: | ||
//(If you're curious, these project files were generated with [[wp> | //(If you're curious, these project files were generated with [[wp> | ||
+ | |||
+ | ==== Running the example ==== | ||
+ | |||
+ | I've included the " | ||
+ | |||
+ | * ''/ | ||
+ | * ''/ | ||
+ | * ''/ | ||
+ | |||
+ | As stated in the example code, this is just a light demonstration of the code and does not implement anything related to platform-specific " | ||
+ | |||
+ | When running the example on Visual Studio, note you will first need to convert the solution to the latest version. You'll also need to put a breakpoint on the last line of the '' | ||
+ | |||
+ | When running the unit test on Mac or for iOS, the results of the test will be printed in Xcode' | ||
+ | |||
+ | Also, when running for iOS, you'll note that an app won't appear or launch in the simulator or on a device, as the tests are purely meant to display in the debug console. | ||
+ | |||
+ | //(If you're curious, these project files were generated with [[wp> | ||
==== Q & A ==== | ==== Q & A ==== | ||
Line 578: | Line 598: | ||
**July 5, 2016** | **July 5, 2016** | ||
+ | * Added the " | ||
* Added GitHub link to download section | * Added GitHub link to download section | ||
* First public release | * First public release |