https://github.com/nkzawa/socket.io-android-chat
A simple chat demo for socket.io and Android
https://github.com/nkzawa/socket.io-android-chat
Last synced: 8 months ago
JSON representation
A simple chat demo for socket.io and Android
- Host: GitHub
- URL: https://github.com/nkzawa/socket.io-android-chat
- Owner: nkzawa
- License: mit
- Created: 2015-01-10T19:13:13.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T17:29:13.000Z (over 5 years ago)
- Last Synced: 2025-04-07T20:08:41.503Z (9 months ago)
- Language: Java
- Size: 137 KB
- Stars: 2,005
- Watchers: 105
- Forks: 688
- Open Issues: 75
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-android-ui - https://github.com/nkzawa/socket.io-android-chat
README
# socket.io-android-chat
This is a simple chat demo for socket.io and Android. You can connect to [https://socket-io-chat.now.sh](https://socket-io-chat.now.sh) using this app.
## Installation
1. Clone the project.
2. In Android Studio, chose **File > Import Project** and select the root folder of the project.
Android Studio may ask you to choose the type of project you are importing. If this is the case, make sure to choose **Import project from external model** and select the **Gradle** option.
## Tutorial
http://socket.io/blog/native-socket-io-and-android/
## Misc
https://github.com/socketio/socket.io/issues/2823
## License
MIT