-
任何人都可以编写代码
它是一个滑块应用程序简单的源,您可以使用它为开发 android 应用程序。
- 2022-08-19 00:05:06下载
- 积分: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
-
androidanimclass
版权所有(C)2013 Sergey Shatunov
- 2022-09-09 10:10:08下载
- 积分:1
-
Android应用源码图书馆管理系统带服务端数据库
本项目是一套基于安卓的图书馆管理系统,包括jsp服务端源码,安卓客户端源码和mysql数据库。之前我遇到过这套项目源码,但是因为我感觉这个项目太初级就没有发布,很多界面都是拖控件完成的。并且没有数据库和服务端。这次源码的发布者把项目的服务端和数据库一起发了,还多少有点可以借鉴的地方,例如Sqlite的使用、安卓客户端与jsp的web服务端的交互。修改一下也可以做毕设使用。
涉及模块&技术
Sqlite
网络模块
...
- 2022-02-07 17:54:17下载
- 积分:1
-
IIC-OLED显示屏新资料(SSD1306)
STM32F103C8T6的硬件I2CPB6 -- SCL; PB7 -- SDA
- 2020-12-01下载
- 积分:1
-
android高仿微信发布动态(选择图片)
Android 超高仿微信图片选择器
- 2015-06-13下载
- 积分:1
-
aide破解完整版
aide破解完整版
- 2019-02-23下载
- 积分:1
-
基于STM32智能家电远程监测系统设计demo
设计智能家电远程监测系统demo——写了一个安卓App用来通过无线WIFI(当然条件允许也能支持运营商移动网络,学生党穷的一匹,买不起GSM模块,也买不起其他外设,所以只能是个demo)控制开发板外设。APP瞎写参考了许多多开源项目,完成度不理想,尴尬(廉价)分享。
- 2022-10-13 13:10:11下载
- 积分:1
-
Android
android应用开发详解,包含详细的各大组件使用方法,并带有各个章节的源码。(android application development Elaborates and the source)
- 2013-06-25 11:25:23下载
- 积分:1
-
PHP的商城的后台代码
资源描述基于ThinkPHP框架写的安卓商城APP的后台代码
- 2022-03-30 19:32:28下载
- 积分:1