-
安卓设备的监控
在手机客户端(Android)通过实现Camera.PreviewCallback接口,在其onPreviewFrame重载函数里面获取摄像头当前图像数据,然后通过Socket将图像数据和相关的用户名、命令等数据传输到服务器程序中。服务器端(PC端)采用C#编写,通过监听相应的端口,在获取数据后进行相应的命令解析和图像数据还原,然后将图像数据传递至PictureBox控件中用于显示,这样就实现了手机摄像头的视频数据实时传输到服务器上。如果需要将这些视频进行转发,通过服务器再将这些数据复制转发即可。
- 2023-09-09 07:25:03下载
- 积分:1
-
Android PopupWindow弹出式信息窗口用法示例
Android PopupWindow弹窗示例,今天的这个弹窗比较单一,比较基础,如果你是Android开发新手的话,那就更好了,非常适合新手朋友学习Android UI中的PopupWindow。
这个实例运行后,在窗体中显示一个小按钮,单击按钮后,将弹出一个图片信息窗口,可关闭这个窗口,是最简单的Android PopupWindow应用了,最终的效果请参见截图所示。
- 2022-03-09 18:51:45下载
- 积分:1
-
android浏览器源码
基于开源架构的安卓浏览器源码,浏览速度,图片加载速度均有大幅度提升,可以方便的移植于多种安卓平台。欢迎广大朋友下载测试,提出宝贵的意见与建议
- 2022-02-10 05:12:57下载
- 积分:1
-
image recognition
Android是大多数移动品牌使用的开源操作系统。对手机感兴趣的工程师有机会在;
- 2022-05-14 02:36:44下载
- 积分:1
-
location_jiankong
android 位置监控,让别人可以得到自己的位置,也可以自己查看地图(android position monitoring, so that others can get their own location, you can see for yourself map)
- 2013-08-31 17:33:55下载
- 积分:1
-
android spinner
在Android的UI开发中,Spinner(下拉列表)总是可以用到的,一个简单的自定义Spinner制作我们只需要记住这重要的五步,一个Spinner就可以应用而生了。
- 2022-10-29 15:30:03下载
- 积分:1
-
Android AlertDialog
- 2022-07-15 08:09:15下载
- 积分:1
-
bitmapfun
Android高效异步加载图片功能,使用LruCache高效缓存策略。(Android efficient asynchronous load picture function)
- 2013-07-04 17:52:36下载
- 积分:1
-
androidupload
基于Java源码的Android上传文件小模块,运行于Android客户端,用户通过嵌入程序内的上传程序,实现文件上传,学会了本代码,不但可上传限制格式的文件,还可上传指定格式的图片、文件等,android upload程序源代码,与大家分享。(Java source code of the Android-based upload files small module, which runs on Android client, users by embedding within the program upload program, file upload, learn the code, not only upload limit format, specify the format can upload pictures, files, android upload source code, to share with you.)
- 2013-07-31 09:11:59下载
- 积分:1
-
MyGatt
BLE开发所需要的知识,通过官方demo,我们会发现很多service,点击service后,每个service下面是Characteristic,每个service和Characteristic都对应一个唯一的UUID。所以,在做BLE时候,首先你应该找出你的蓝牙外围设备uuid,不然会很头疼,这个UUID也可能是硬件给你的,也可以你自己试出来,当然自己试出来是个很烦的过程。自己试的方法就是根据demo,加上一份读写的协议,然后,排着点击,显示出来的蓝牙列表进行测试,看是否和协议对应。另外,BluetoothLeService类不用做太多的更改。(BLE develops the knowledge we need. Through official demo, we will find many service. After clicking service, every service is Characteristic, each service and Characteristic correspond to a unique UUID. So, when making BLE, first you should find out your Bluetooth peripheral device UUID, otherwise it will be very headache. This UUID may also be hardware for you, or you can try it out yourself, of course, trying out it yourself is a very boring process. The way to do it is to add a read and write protocol based on demo,then test the Bluetooth list displayed by clicking on it to see if it corresponds to the protocol. In addition, the BluetoothLeService class does not have to make too many changes.)
- 2018-02-07 11:55:52下载
- 积分:1