Android Open Source - Chat socket chatapp






Project Summary

chatapp is an android chat application that is meant to communicate with a python server. Still under heavy development. This is the python server that is supposed to communicate with https://github.com/lawrence615/sockets/blob/master/sockets/chat_server.py.

Web Site / Source Repository

chatapp is hosted in the following web site
https://github.com/lawrence615/chatapp

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

ItemValue
Java File Count8
Supported screen sizes[mdpi, ldpi, hdpi, xhdpi]
Target SDK Version16
Minimum SDK Version8
Activity Count1
Fragment Count1
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET




Resource Files

There are 4 image files in chatapp. The names of the image files are listed as follows.

ic_send_holo_light.png
ic_smiley.png
speech_bubble_green.9.png
speech_bubble_orange.9.png

The following screenshort is generated from the image listed above.

null

Java Source Files

chatapp has the following Java source files.

com.demo.chatapp.ChatActivity.java
com.demo.chatapp.ChatClient.java
com.demo.chatapp.ChatMessage.java
com.demo.chatapp.ChatMessageInterface.java
com.demo.chatapp.Constants.java
com.demo.chatapp.MainActivity.java
com.demo.chatapp.MessagesCustomAdapter.java
com.demo.chatapp.TcpClient.java