I should organize 2 HTTP (Retrofit + Rx) and 2 TCP (KryoNet) requests in my SplashActivity. When I get the response from all requests I should start MainActivity. How can I combine requests, handle responses and after that start MainActivity? Help me please, dear developers.
I currently work with Electrum Protocol (https://github.com/kyuupichan/electrumx/blob/master/docs/PROTOCOL.rst)
And it will be an amazing event if you can give an advice how to organize correct tcp request.