文件名称:Android代码-Wifi局域网聊天
文件大小:1.96MB
文件格式:ZIP
更新时间:2022-08-25 21:06:05
Android代码
Android WifiChat This repository contains the source code for the WifiChat. Please see the issues section to report any bugs or feature requests and to see the list of known issues. Debug mode: // src/szu/wifichat/android/BaseApplication.java // Line 22, 23 public static boolean isDebugmode = true; public boolean isPrintLog = true; Nomal mode: // src/szu/wifichat/android/BaseApplication.java // Line 22, 23 public static boolean isDebugmode = false; public boolean isPrintLog = false; License GPL