You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project contains a demo application showing the integration between the [Lightstreamer .Net Standard Client](https://lightstreamer.com/temp/temp_dotnet_unified_docs/) library and [Xamarin](https://docs.microsoft.com/it-it/xamarin/) cross-platform mobile application development tool.
5
+
This project contains a demo application showing the integration between the [Lightstreamer .Net Standard Client](https://lightstreamer.com/api/ls-dotnetstandard-client/latest/) library and [Xamarin](https://docs.microsoft.com/it-it/xamarin/) cross-platform mobile application development tool.
6
6
7
7
<br>
8
8
@@ -21,8 +21,8 @@ This project shows how is it possible to integrate the <b>.Net Standard Client A
21
21
*`AboutPage.xaml` and (`AboutPage.xaml.cs`) is tha About page and contains a brief intoduction to the demo.
22
22
*`RTFeed.cs` class acts as a bridge between the pages and the Lightstreamer Client library, in order to subscribe the necessary Items and collect all updates in real time. Indeed this class is used as BindingContext for the viusal Xamarin widgets.
23
23
This class also takes care of opening and closing the connection to the Lightstreamer server.
24
-
*`TestConnectionListener.cs` this class implements the [ClientListener](https://lightstreamer.com/temp/temp_dotnet_unified_docs/api/com.lightstreamer.client.ClientListener.html) interface of Lightstreamer Client API, and receives all the information about changes in the status of the connection with the Lightstreamer server.
25
-
*`QuoteListener.cs` and `DetailsListener.cs` implement the [SubscriptionListener](https://lightstreamer.com/temp/temp_dotnet_unified_docs/api/com.lightstreamer.client.SubscriptionListener.html) interface of Lightstreamer Client API, and receives the reale time updates for the Items subscribed.
24
+
*`TestConnectionListener.cs` this class implements the [ClientListener](https://lightstreamer.com/api/ls-dotnetstandard-client/latest/api/com.lightstreamer.client.ClientListener.html) interface of Lightstreamer Client API, and receives all the information about changes in the status of the connection with the Lightstreamer server.
25
+
*`QuoteListener.cs` and `DetailsListener.cs` implement the [SubscriptionListener](https://lightstreamer.com/api/ls-dotnetstandard-client/latest/api/com.lightstreamer.client.SubscriptionListener.html) interface of Lightstreamer Client API, and receives the reale time updates for the Items subscribed.
26
26
27
27
28
28
Check out the sources for further explanations.<br>
@@ -38,8 +38,8 @@ To build your own version of the demo follow these steps:
38
38
* You can choose the target devices between iOs, Androin and UWP.
39
39
* You should complete this project with the <b>Lightstreamer .NET Standard Client</b> library, to be used for the build process, trough NuGet. Follow these steps:
40
40
* In the "Solution Explorer" tab, right click on the project and choose `Manage NuGet Packages ...`
41
-
* In the Search text box enter `Lightstreamer` and be sure to flag the *Include preliminary version* check-box
42
-
* Choose Lightstreamer.DotNetStandard.Client then click `Install` and then `Ok`
41
+
* In the Search text box enter `Lightstreamer`
42
+
* Choose <b>Lightstreamer.DotNetStandard.Client</b> then click `Install` and then `Ok`
43
43
* You may run the demo against your local server or using our online server `push.lightstreamer.com`. The server to which the demo will connect to is configured in the `RTfeed.cs` file; by default the demo targets our demo server at https://push.lightstreamer.com.<br>
44
44
* In the former case, note that, as prerequisite, the [Lightstreamer - Stock- List Demo - Java Adapter](https://github.com/Lightstreamer/Lightstreamer-example-Stocklist-adapter-java) has to be deployed on your local Lightstreamer Server instance. Please check out that project and follow the installation instructions provided with it.
45
45
* Launch the Debug choosing your preferred platform and enjoy.
0 commit comments