https://kotlinlang.org logo
#android-architecture
Title
# android-architecture
o

oday

08/10/2021, 3:18 PM
does anyone have experience building the networks requests layer with RxJava and without Retrofit?
e

Emiliano Schiavone

08/10/2021, 8:18 PM
yes, using Rx and Sockets
o

oday

08/11/2021, 9:36 AM
hm
is there some guide you could share about how that would work ?
clueless where to start
e

Emiliano Schiavone

08/11/2021, 2:33 PM
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

oday

08/11/2021, 4:11 PM
aha
thanks a lot
z

zhuinden

08/12/2021, 11:20 AM
You can use any networking library of your choice, including HttpUrlConnection
5 Views