diff --git a/All_Samples.json b/All_Samples.json index 41e054b..4404a4a 100644 --- a/All_Samples.json +++ b/All_Samples.json @@ -1359,7 +1359,8 @@ "url": "http://github.com/blackberry/Cascades-Samples/tree/master/SmartSignals", "repo": "Cascades-Samples", "repourl": "http://github.com/blackberry/Cascades-Samples", - "tags": [ "native", "cascades", "bb10", "BPS", "Signal" ] + "note": "Written using Beta 3. This sample shows how the AbstractBpsEventHandler interface can be extended to receive BPS events without needing to create a separate thread. These events are then made accessible to the QML layer by creating and registering a C++ class, BPSMonitor, so it is known to QML", + "tags": [ "native", "client", "bps", "bb10", "qml", "cascades", "accelerometer", "gps" ] }, "ScrollableLists": { "desc": "A UI that scrolls horizontally in Cascades",