-
Android基于客户端和服务器的Socket编程例子---Socket基础通讯
Android基于客户端和服务器的Socket编程例子---Socket基础通讯
- 2013-10-22下载
- 积分:1
-
Android应用源码之Android电子麦克风.zip
【实例简介】
- 2021-09-07 00:31:14下载
- 积分:1
-
android 模拟抢微信红包例子源码下载(AccessibilityService实现)
借助AccessibilityService实现模拟操作
- 2015-04-27下载
- 积分:1
-
android 阅读器 源码
android 阅读器 源码
- 2014-04-07下载
- 积分:1
-
android 计算自己手机的屏幕宽高,density值,px 宽高,dp 的宽高,及px 和dp互转的实例源码下载
android 计算自己手机的屏幕宽高,density值,px 宽高,dp 的宽高,及px 和dp互转的实例源码下载
- 2014-08-31下载
- 积分:1
-
远程视频监控客户端和服务器端
远程视频监控客户端和服务器端
- 2014-09-22下载
- 积分:1
-
远程视频监控
【核心代码】 public interface CameraSource { static final String LOG_TAG = "camera"; /** * Open the camera source for subsequent use via calls to capture(). * * @return true if the camera source was successfully opened. */ boolean open(); /** * Close the camera source. Calling close on a closed CameraSource is * permitted but has no effect. The camera source may be reopened after * being closed. */ void close(); /** * The width of the captured image. * * @return the width of the capture in pixels */ int getWidth(); /** * The height of the captured image. * * @return the height of the capture in pixels */ int getHeight(); /** * Attempts to render the current camera view onto the supplied canvas. * The capture will be rendered into the rectangle (0,0,width,height). * Outstanding transformations on the canvas may alter this. * * @param canvas the canvas to which the captured pixel data will be written * @return true iff a frame was successfully written to the canvas */ boolean capture(Canvas canvas); boolean saveImage(String savePath, String fileName); }
- 2013-12-04下载
- 积分:1
-
Android 基于author2.0的新浪微博 例子源码,含侧边栏菜单类库源码
基于author2.0的新浪微博 例子源码,含侧边栏菜单类库源码
- 2014-09-22下载
- 积分:1
-
手机APP远程控制,智能家居监测、智能控制系统(STM32L4、服务器、安卓源码)
具体项目功能如下: 1.手机APP远程控制:STM32L432开发板通过WIFI模块与因特网服务器建立TCP连接,服务器使用腾讯云,服务器系统为ubuntu,就是在ubuntu上建立一个TCP中继服务器,实现远程手机端与家居系统的信息中继传递,从而实现远程控制。 2.室内控制质量检测:通过MQ-2、MQ-135、GP2Y1050AU0F模块实现室内有毒气体(苯等)、可燃气体(一氧化碳等)和PM2.5的检测,并通过ESP8266将检测到的数据反馈给APP端。 3.家具电器自动控制:家具系统能通过检测到的数据自动控制打开空气净化器、抽风机等
- 2017-12-21下载
- 积分:1
-
图片层叠效果
【核心代码】 protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); fp=(AdapterViewFlipper) findViewById(R.id.fp); List listgroup=new ArrayList();
- 2014-05-16下载
- 积分:1