摘要:
使用Gson库 Step1: download Gson jar file goto https://github.com/google/gson Gson Download downloads at Maven Central step2: To use Gson in Android 1) co 阅读全文
posted @ 2018-08-21 14:19
Reboost
阅读(448)
评论(0)
推荐(0)
摘要:
class EventReadThread extends Thread { boolean socketCreated = false;DatagramSocket socket;InetAddress serverAddress;byte dataIn[] = new byte[1024]; p 阅读全文
posted @ 2018-08-21 12:51
Reboost
阅读(316)
评论(0)
推荐(0)