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 lat temu
app 97a4a4db08 added check if username is null 8 lat temu
gradle 719553a3f2 bump Android gradle plugin 8 lat temu
.gitignore 50683c48d2 initial commit 9 lat temu
LICENSE ffa7bf864d Initial commit 9 lat temu
README.md 36c1e8889d tweak 9 lat temu
build.gradle 719553a3f2 bump Android gradle plugin 8 lat temu
gradle.properties 50683c48d2 initial commit 9 lat temu
gradlew 50683c48d2 initial commit 9 lat temu
gradlew.bat 50683c48d2 initial commit 9 lat temu
settings.gradle 50683c48d2 initial commit 9 lat temu

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