-
安卓(Android)下操作NFC读写器IC卡读卡器的代码
安卓(Android)下操作NFC读写器IC卡读卡器的代码,支持的卡片有M1卡,CPU卡等,采用USB接口的IC卡读卡器YW-605HA或者NFC读写器YW-605
- 2022-02-14 10:08:56下载
- 积分:1
-
Soruce_Code_Of_Secret_Of_Android_Application_Devel
《Android应用开发揭秘》本书内容全面、循序渐进、深入浅出,实战性强,权威性毋庸置疑!全书一共分为5个部分:第一部分是准备篇,第二部分是基础篇,讲解了Android开发的相关知识,第三部分是实例篇,第四部分是高级篇,第五部分是扩展篇。(" Android Application Development Hood" of the book is comprehensive, step by step, easy to understand, combat and strong, authoritative doubt! The book is divided into a total of five parts: The first part is to prepare papers, articles based on the second part is to explain the Android development of knowledge, the third part is the instance of the article, the fourth part is the advanced part, Part V is to expand articles.)
- 2020-06-25 22:40:02下载
- 积分:1
-
Android游戏源码迷你桌球台球游戏项目毕设带文档
一块简单的Android游戏源码,
迷你桌球台球游戏项目,
带描述文档,
适合初学者参考。
- 2022-03-05 22:26:44下载
- 积分: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 图片放大缩小,简洁 附完整源码
android 图片放大缩小,简洁 附完整源码
- 2013-05-23下载
- 积分:1
-
ZXingDemo
实现二维码扫描功能。已经过修改可以直接使用。(To achieve the two-dimensional code scanning capabilities. Has been modified and can be used directly.)
- 2020-09-25 16:17:47下载
- 积分:1
-
eoe社区 Android 客户端
eoe社区 Android 客户端.eoe 移动开发者论坛是中国最大最活跃的移动开发者社区,聚集了超过100万安卓开发者,提供大量android开发教程、android开发视频。
- 2022-09-04 00:35:03下载
- 积分:1
-
餐厅预定管理系统
此客户端为安卓客户端,主要实现的功能是用户对餐厅的预定功能,可以点餐,选择就餐时间等等。
- 2022-05-06 14:07:58下载
- 积分:1
-
OneNet-iot资料
【实例简介】
目录
开发板简介 ............................................................................................................................................ 1
外设资源 ................................................................................................................................................ 1
硬件接口定义 ........................................................................................................................................ 2
M5310 介绍............................................................................................................................................ 3
配件清单 ................................................................................................................................................ 4
硬件原理图 ............................................................................................................................................ 4
硬件接线图 ............................................................................................................................................ 4
参考资料 ................................................................................................................................................ 5
- 2021-08-05 00:30:56下载
- 积分:1
-
android悬浮框demo
android系统创建悬浮框,创建两个悬浮框,点击小悬浮框,显示大悬浮框,同时隐藏小悬浮框,类似360内存监视软件。
- 2023-08-31 21:15:03下载
- 积分:1