Android Open Source - Chat tcp Chatter-Box






Project Summary

An android application for the use of chat. It uses TCP Sockets to communicate with one another..

Web Site / Source Repository

Chatter-Box is hosted in the following web site
https://github.com/headdetect/Chatter-Box

If you think the Android project Chatter-Box 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 Chatter-Box.

ItemValue
Java File Count12
Supported screen sizes[hdpi]
Minimum SDK Version13
Activity Count1
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.ACCESS_WIFI_STATE
android.permission.INTERNET




Resource Files

There are 2 image files in Chatter-Box. The names of the image files are listed as follows.

btn_arrow.png
btn_arrow_down.png

The following screenshort is generated from the image listed above.

null

Java Source Files

Chatter-Box has the following Java source files.

com.headdetect.chat.ChatClientActivity.java
com.headdetect.chat.ChatItem.java
com.headdetect.chat.ChatListAdapter.java
com.headdetect.chat.Listeners.ChatListener.java
com.headdetect.chat.Listeners.ConnectionListener.java
com.headdetect.chat.Networking.Client.java
com.headdetect.chat.Networking.Server.java
com.headdetect.chat.Utilities.Constants.java
com.headdetect.chat.Utilities.Crypto.java
com.headdetect.chat.Utilities.DateUtils.java
com.headdetect.chat.Utilities.Logger.java
com.headdetect.chat.Utilities.ServerUtils.java