does anyone have experience building the networks ...
# android-architecture
o
does anyone have experience building the networks requests layer with RxJava and without Retrofit?
e
yes, using Rx and Sockets
o
hm
is there some guide you could share about how that would work ?
clueless where to start
e
First you should take a look about Socket.io and then how you can merge with Rx, some examples https://github.com/gorgexec/RxSocketIO
Also I think you could use Ktor too, that is a kotlin networking
o
aha
thanks a lot
z
You can use any networking library of your choice, including HttpUrlConnection