Hi Helmwag,
if it's just and extension/update of the example, feel free to submit a
pull request and I'll gladly accept it.
Other than that, I'm open to any suggestions. I could even make it as
part of Project Tyrus, but there would be some additional burden
(signing OCA, making it part of the build (maven, copyrights, ...)).
Linked example is just my code published as part of blogpost, it is not
covered by any governance and it is provided "as is".
Or, if you have something else on your mind, let me know :)
Thanks and regards,
Pavel
On 20/03/2017 14:52, helmwag_at_mail.com wrote:
> Hi , I was trying to find a way to use Websockets in Android and used
> the code from https://github.com/pavelbucek/tyrus-client-android-test
> as a starting point.
> I then extended it, in connection with an other existing Oracle
> example, to sync images between desktop JavaFX clients and Android
> device.
> Is there a way to share the code, so it can help others? It is a quite
> small example.