-
课程表安卓源代码
安卓源代码,安卓源代码,安卓源代码,安卓源代码,安卓源代码,安卓源代码,安卓源代码,安卓源代码,安卓源代码,安卓源代码,安卓源代码,安卓源代码,安卓源代码,安卓源代码,
- 2023-01-14 10:55:03下载
- 积分:1
-
b
说明: 安卓渗透工具,教学使用,严禁用于非法用途否则后果自负(Android Infiltration Tools, Teaching Use, Strictly Banned for Illegal Use Otherwise the Consequences are Owned)
- 2019-07-19 12:10:43下载
- 积分:1
-
微调框示例
将在许多 android 项目中使用的这个微调框示例。这个应用程序将帮助更多。请下载它对你有帮助, ,您可以发送给我的宝贵反馈
- 2022-05-25 05:48: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
-
CarPlateandroid
- 2022-03-16 01:43:48下载
- 积分:1
-
android buletooth通信
通过蓝牙实现安卓设备连接,通过socket进行通信。界面友好,是github上的开源项目。之前上传过一个类似的,现在想换取积分拿到一个蓝牙的代码。
- 2022-01-22 17:32:05下载
- 积分:1
-
Tree
android树形分级列表demo.java编写(Tree hierarchical list)
- 2019-02-21 10:16:16下载
- 积分:1
-
手机卫士完整代码
资源描述android完整版代码 自己还没有开始研究 先分享一下
- 2022-02-10 00:11:06下载
- 积分:1
-
encryptedNote
一个简单的加密记事本程序源码,可以实现对文本内容的加密,与大家交流学习(A simple encryption Notepad program source code, the text content encryption, and to share learning)
- 2012-05-11 07:35:44下载
- 积分:1
-
pubu
Android项目源码带瀑布流的旅游指南应用是一款旅游型的APP,是旅游目的地攻略指南,可以自动定位到城市,景点,餐馆,酒店,还可以分享旅游经验,与参与者互动。该项目的架构合理,有详细的注解,其中引入了第三方的瀑布流项目,以源代码的形式直接加入,很好的学习材料。默认使用UTF-8编码,编译版本为4.3(The Android project source code with a waterfall flow guide application is app a type of tourism, tourism destination strategy guide, can automatically locate the city, attractions, restaurants, hotels, can also share travel experiences, to interact with the participants. The framework of the project is reasonable, there are detailed notes, which introduces the third side of the waterfall flow project, in the form of source code to join, a good learning materials. The default use of UTF-8 code, the compiler version is 4.3)
- 2020-12-27 16:59:03下载
- 积分:1