AndroidChatExample is a simple implementation of a mobile-to-mobile chat system with a central directory server..
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.
The following table is the detailed list of AndroidChatExample.
Item | Value |
---|---|
Java File Count | 6 |
Target SDK Version | 18 |
Minimum SDK Version | 9 |
Activity Count | 1 |
Test Case Count | 1 |
jar files used | ChatServer.jar ChatServer.jar android-support-v4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.ACCESS_WIFI_STATE android.permission.INTERNET android.permission.READ_PHONE_STATE |
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