https://github.com/haozhang95/chat-android
This is an android chat application using java i/o
https://github.com/haozhang95/chat-android
android chat chatserver client java javaserver-faces
Last synced: about 2 months ago
JSON representation
This is an android chat application using java i/o
- Host: GitHub
- URL: https://github.com/haozhang95/chat-android
- Owner: HaoZhang95
- Created: 2017-10-23T15:09:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-23T16:04:14.000Z (over 8 years ago)
- Last Synced: 2025-12-30T18:01:29.610Z (5 months ago)
- Topics: android, chat, chatserver, client, java, javaserver-faces
- Language: Java
- Size: 671 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chat-android 安卓聊天应用
This is an android chat application using java i/o, server-side can be found in my repositories, images and icons can be found in src folder. client-side implements text message and voice message and user list will be updated in a real time when new friend log in.In this project every function is commented for easy read and understanding.
#### 这是一个使用 i/o的安卓应用程序,服务器端可以在我的资料库中找到,客户端实现了语音和文字的聊天,用户列表会实时的更新当新用户登录进来的时候.项目中的每一个方法基本上都添加了注释说明便于理解.
## including both text message and voice message 包含语音和文字的信息


## including some small features,such as when you rename username, it will send to server for identification 包含一些小功能设置,比如重置用户名的时候会寻求服务器的效验

### glad to read this project, anyway have a nice day ! 2017-10-23