Android Open Source - Chat mobile AndroidChatExample






Project Summary

AndroidChatExample is a simple implementation of a mobile-to-mobile chat system with a central directory server..

Web Site / Source Repository

AndroidChatExample is hosted in the following web site
https://github.com/coslor/AndroidChatExample

If you think the Android project AndroidChatExample listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of AndroidChatExample.

ItemValue
Java File Count6
Target SDK Version18
Minimum SDK Version9
Activity Count1
Test Case Count1
jar files usedChatServer.jar
ChatServer.jar
android-support-v4.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.ACCESS_WIFI_STATE
android.permission.INTERNET
android.permission.READ_PHONE_STATE




Java Source Files

AndroidChatExample has the following Java source files.

com.example.androidchat.AndroidChatActivity.java
com.example.chatserver.ChatConnectionProcessor.java
com.example.chatserver.ChatConnectionProcessorTest.java
com.example.chatserver.ChatServer.java
com.example.chatserver.Chatter.java
com.example.chatserver.ChatterHelper.java