implementing socket.io client for android
url socket : https://socket-io-chat.now.sh/
- data : It contains all the data accessing and manipulating components.
- service: It contains socket.io service.
- ui: It contains all views used in this app.
- utils: Utility classes.
- Socket.io : https://github.com/socketio/socket.io-client-java
- Timber : https://github.com/JakeWharton/timber
- EventBus : https://github.com/greenrobot/EventBus
- Reactive Network : https://github.com/pwittchen/ReactiveNetwork
- AndroidX