spring-attic / spring-android-samples

Spring for Android Sample Applications
http://projects.spring.io/spring-android
Apache License 2.0
757 stars 483 forks source link

STOMP over WebSockets API for Android equivalent to RestTemplate #12

Open warrendeleon opened 9 years ago

warrendeleon commented 9 years ago

Hello Mr. Clarckson,

First of all thank you very much for your invaluable contributions to the open source Spring/Android communities.

RestTemplate API for Android is extremely useful to develop client-server communications in the Android platform. It would be great to have an excellent guide as: http://spring.io/guides/gs/consuming-rest-android/ oriented to WebSockets technology (http://spring.io/guides/gs/messaging-stomp-websocket/) for Android. Does Spring Roadmap contemplates the development of an equivalent API for STOMP over WebSockets?

Thank you very much for your attention,

Warren de León Ofalla http://warrendeleon.com

NaikSoftware commented 7 years ago

@warrendeleon you can use this implementation stomp client on android now https://github.com/NaikSoftware/StompProtocolAndroid

steven-dugu commented 6 years ago

Hello,https://github.com/NaikSoftware/StompProtocolAndroid,How does this library reconnect with WebSocket, I find that his reconnection does not work.

steven-dugu commented 6 years ago

@NaikSoftware