摘要: 使用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 阅读(409) 评论(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 阅读(314) 评论(0) 推荐(0) 编辑