Skip to content

axway-streams/axway-amplify-streams-android

Repository files navigation

streamdata-android / stockmarket sample

This application shows how to use the streamdata.io proxy in a sample Android app.

Streamdata.io allows to get data pushed from various sources. This sample application shows simulated market data values pushed by Streamdata.io proxy using Server-sent events.

License

To run the sample, you can clone this GitHub repository, and then open the project with Android Studio.

Add the Streamdata.io authentication token

Before running the project on a phone or emulator, you have to paste a token to be authenticated by the proxy.

Modify StockMarketList.java on line 44 :

private final String streamdataioAppToken = "YOUR_TOKEN_HERE";

To get a token, please sign up for free to the streamdata.io portal and follow the guidelines. You will find your token in the 'security' section.

Project dependencies

The application dependencies are available on GitHub

If you have any questions or feedback, feel free to contact us at [email protected]

Enjoy!

About

Streamdata.io Android package a sample application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages