-
android webview跟js交互demo
android webview跟js交互demo,利用自带的接口实现回调。供初学者学习
- 2022-08-12 17:38:25下载
- 积分:1
-
Android 仿苹果开关(左右开关) SwitchButton
应用背景Android 仿苹果开关(左右开关) SwitchButton关键技术
Android View定制
Android View使用
- 2022-03-24 19:33:38下载
- 积分:1
-
疯狂Android讲义源码
《疯狂Android讲义》一书全面地介绍了Android应用开发的相关知识。这里提供的是疯狂安卓讲义源码,是疯狂Android讲义实例代码。全书一共包括近百个实例,这些示范性的实例既可帮读者更好地理解各知识点在实际开发中的应用,也可供读者在实际开发时作为参考。
- 2022-08-07 19:19:54下载
- 积分:1
-
ExpendListView
android中ExpandListView伸缩下拉控件,与ListView差不多设置一样的属性(android ExpandListView has set)
- 2013-11-07 10:13:42下载
- 积分:1
-
btsppdemo
android 系统下蓝牙spp的demo软件。(this is a demo code for bluetooth spp profile on android os.)
- 2014-09-27 10:20:52下载
- 积分: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 ByteArrayOutputStream()
- 2023-02-24 11:20:04下载
- 积分:1
-
kedwo796
PDA版的小型WEB服务器,可运行于windows mobile平台上()
- 2020-09-14 10:37:57下载
- 积分:1
-
AbstractMapBasedMultiset
Basic implementation of Multiset backed by an instance of code Map, AtomicInteger for Andriod.
- 2013-10-05 08:20:28下载
- 积分:1
-
安卓蓝牙打印机程序
经过测试可用的安卓蓝牙打印程序,可连接世面上常见的蓝牙打印机(非热敏),源码结构清晰可用,非常具有参考价值。
- 2022-09-04 00:20:03下载
- 积分:1