-
android播放器
android播放器android播放器android播放器android播放器android播放器android播放器android播放器android播放器android播放器android播放器android播放器android播放器
- 2022-10-14 17:50:03下载
- 积分:1
-
AX_FileBrowser
android完整的文件浏览器模块,可以直接使用,方便高效(android full file browser module can be used directly, convenient and efficient)
- 2013-08-09 23:05:56下载
- 积分:1
-
android 简洁阅读器 实例源码下载
android 简洁阅读器 实例源码下载
- 2015-01-28下载
- 积分:1
-
android对话框
这是一个用java语言编写的对话框,运行是安卓的模拟器。。。希望可以帮助到一下需要学习的朋友们。。。
- 2022-03-01 02:01:46下载
- 积分: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拍照后上传照片至服务器,源码中的公网地址改成自己的网站网址即可 private String actionUrl="http://192.168.0.177:8077/test/upload";
- 2013-02-05下载
- 积分:1
-
Code01
实现了一个简单的安卓应用程序,适用于安卓开发入门(Implement a simple Android application for Android development starters)
- 2020-06-19 23:20:01下载
- 积分:1
-
RFIDDemo
Android上的RFID卡读写应用,可以读取各个区块内容。基于Android4.2开发的......................................................
- 2022-06-17 08:53:49下载
- 积分:1
-
Android_Interface-tutorial-Daquan
android 界面教程大全
很使用 喜欢做界面的朋友,这必然是首选(the android interface tutorial Daquan is very friends like to do the interface, which is bound to be preferred)
- 2012-11-05 13:01:19下载
- 积分:1
-
Android 上netlink API调用样例
改代码为Android上用户态使用netlink api跟内核交互的样例。
- 2022-04-22 14:49:44下载
- 积分:1