Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 632 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 632 Bytes

ChatIo

implementing socket.io client for android

Configuration

url socket : https://socket-io-chat.now.sh/

The app has following packages:

  1. data : It contains all the data accessing and manipulating components.
  2. service: It contains socket.io service.
  3. ui: It contains all views used in this app.
  4. utils: Utility classes.

Library Components:

  1. Socket.io : https://github.com/socketio/socket.io-client-java
  2. Timber : https://github.com/JakeWharton/timber
  3. EventBus : https://github.com/greenrobot/EventBus
  4. Reactive Network : https://github.com/pwittchen/ReactiveNetwork
  5. AndroidX