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.
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.
The following table is the detailed list of chatapp.
Item | Value |
---|---|
Java File Count | 8 |
Supported screen sizes | [mdpi, ldpi, hdpi, xhdpi] |
Target SDK Version | 16 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Fragment Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
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.
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