文件名称:Wifidjj
介绍说明--下载内容均来自于网络,请自行研究使用
本项目是一个安卓对讲机应用的项目源码,代码规范注释清晰,功能完整界面简单。无论是做二次开发还是参考借鉴都是绝佳的项目源码。一个简单的按钮,按下就可以实时对讲,而且通过标识包头来解决自己听到自己说的话,使用方法:把AppConfig.java中的IP设为自己WiFi的网段x.x.x.0,(不必管安卓设备的具体IP,只填写设备所在IP的网段即可,例如我的手机连接wifi后IP是192.168.1.102,这里的网段就是IP的前三段+0。就是192.168.1.0),不过因为线程的启动方式有点问题所以项目有个小BUG,需要在对讲之前先按一下按钮,让线程启动,再按住按钮说话。-This project is a project source code for the application of Android s intercom, code specification Notes clear, functional integrity of the interface is simple. Whether it is to do the two development or reference is a great source of project. A simple button, you can press the intercom in real time, and by identifying the Baotou to solve their own heard what he said. Usage: to set the IP AppConfig.java for your WiFi network x.x.x.0. (don t have specific IP Guan Anzhuo equipment, only to fill in equipment where IP network segment can be, such as my phone connection WiFi IP is 192.168.1.102. This segment is the IP of 0. Is 192.168.1.0), but because the thread start there s a bit of a problem so the project has a small bug and need to before the intercom to press a button, and let the thread start, then press and hold the button to speak.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Wifi对讲机
..........\.classpath
..........\.project
..........\.settings
..........\.........\org.eclipse.jdt.core.prefs
..........\AndroidManifest.xml
..........\assets
..........\gen
..........\...\com
..........\...\...\wifitalk
..........\...\...\........\BuildConfig.java
..........\...\...\........\R.java
..........\ic_launcher-web.png
..........\libs
..........\....\android-support-v4.jar
..........\proguard-project.txt
..........\project.properties
..........\res
..........\...\drawable
..........\...\........\speak_bt_select.xml
..........\...\drawable-hdpi
..........\...\.............\ic_launcher.png
..........\...\.............\speak1.png
..........\...\.............\speak2.png
..........\...\.............\speak3.png
..........\...\drawable-ldpi
..........\...\drawable-mdpi
..........\...\.............\ic_launcher.png
..........\...\drawable-xhdpi
..........\...\..............\ic_launcher.png
..........\...\drawable-xxhdpi
..........\...\...............\ic_launcher.png
..........\...\layout
..........\...\......\activity_main.xml
..........\...\menu
..........\...\....\main.xml
..........\...\values
..........\...\......\dimens.xml
..........\...\......\strings.xml
..........\...\......\styles.xml
..........\...\values-v11
..........\...\..........\styles.xml
..........\...\values-v14
..........\...\..........\styles.xml
..........\...\values-w820dp
..........\...\.............\dimens.xml
..........\src
..........\...\com
..........\...\...\wifitalk
..........\...\...\........\Activity
..........\...\...\........\........\MainActivity.java
..........\...\...\........\Config
..........\...\...\........\......\AppConfig.java
..........\...\...\........\Utils
..........\...\...\........\.....\dataPacket.java
..........\说明.htm