An android application for the use of chat. It uses TCP Sockets to communicate with one another..
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.
The following table is the detailed list of Chatter-Box.
Item | Value |
---|---|
Java File Count | 12 |
Supported screen sizes | [hdpi] |
Minimum SDK Version | 13 |
Activity Count | 1 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.ACCESS_WIFI_STATE android.permission.INTERNET |
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.
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