How to use server sent events (SSE) in android client application? Is there a java library for that?
相关问题
- Angular RxJS mergeMap types
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How can I create this custom Bottom Navigation on
- How to maintain order of key-value in DataFrame sa
I am not sure but you can always try, capture your sse using javascript and as android have support for html5 it will work.
Refer this: http://developer.android.com/guide/webapps/webview.html
I use eventsource-java library. It's works perfectly on android.
upd Another library seems better. Usage: gist