Forked from https://github.com/nkzawa/socket.io-android-chat => To hold a sample of https://notabug.org/aleph/socket.io-p2p-client-java library on Android client side. (Autumm 2016) https://github.com/aleph1888/socket.io-android-chat/wiki/WebRTC-android-client-road-map

Naoyuki Kanezawa 972783c078 Merge pull request #35 from sanchitgarg1909/master 8 years ago
app 97a4a4db08 added check if username is null 8 years ago
gradle 719553a3f2 bump Android gradle plugin 8 years ago
.gitignore 50683c48d2 initial commit 9 years ago
LICENSE ffa7bf864d Initial commit 9 years ago
README.md 36c1e8889d tweak 8 years ago
build.gradle 719553a3f2 bump Android gradle plugin 8 years ago
gradle.properties 50683c48d2 initial commit 9 years ago
gradlew 50683c48d2 initial commit 9 years ago
gradlew.bat 50683c48d2 initial commit 9 years ago
settings.gradle 50683c48d2 initial commit 9 years ago

README.md

socket.io-android-chat

This is a simple chat demo for socket.io and Android. You can connect to chat.socket.io 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/

License

MIT