Android client use netty to achieve text send, receive and image tranfer demo.
Netty实现Android与服务端通信,发送文字或图像。
Let's use netty to achieve text send and receive and image transfer to server based on android and jdk1.7
(Introduce)介绍详见: https://lison.cc/hello-android-netty/
-
Echo-Server Server client 服务端。Develop by eclipse Mars2
-
Echo-Pojo Object pojo, Serialized Object to exchange byte[],信息交换对象。Develop by Intellij idea
-
Let's Chat The Android Client,安卓客户端。Develop by Android Studio 2
若只想运行看看效果,请下载demo release版v0.0.0.1
If you just want download & run the demo, please download the demo release v0.0.0.1, cause the commit after this maybe cannot run.