-
安卓日历小部件源码(AppWidgetProvider)
一款关于日历与行程安排的项目源码,点击日期可以转跳到日程新增界面,事件是提前定好的类型,提醒周期很丰富,可以按照周、年、月、日、小时和分钟为周期进行提醒,日历默认会显示一些节假日和纪念日信息。当日期被标记上事件以后会在日期右上角显示一个小红角作为提醒。
- 2019-09-10下载
- 积分:1
-
Generation and Reduction of noise from Image
该项目旨在产生图像中的各种类型的噪声,并使用各种滤波技术消除它们;
- 2022-10-04 07:55:04下载
- 积分: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
-
mp3Player
一款自已写的MP3播放器,通过他你可以学到android 媒体播放、多线程方面的知识(A from already write MP3 player, through him you can learn android media player, multithreading aspects of knowledge)
- 2012-03-30 15:51:08下载
- 积分:1
-
javaweb权限管理模块
资源描述javaweb实现多角色登录,权限分配,对不同的角色有不同的权限分配,以及管理员对权限的维护修改。
- 2023-04-25 00:10:03下载
- 积分:1
-
Android 光线控制页面背景(传感器-12_107).zip
Android 光线控制页面背景(传感器-12_107).zip
- 2019-10-07下载
- 积分:1
-
网络通信
基于安卓利用Socket进行的网络通信,输入IP,端口进行与服务器的连接并发送数据
- 2022-03-19 09:21:19下载
- 积分:1
-
android 悬浮窗例子
下面是创建悬浮窗的方法:
做完这步,基本上就可以在桌面显示一个悬浮窗并且可以自由拖动了。
如果想要控制它在桌面显示,而进入到别的应用程序时隐藏它的话,就需要用一个后台运行的Service来实现了。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-06-05 05:25:03下载
- 积分:1
-
Android_Multi_Tools_1
Pattern unlock all for android
- 2014-08-31 22:50:30下载
- 积分:1
-
MixedColor
测试反应速度的android游戏。c++语言源代码。(a android game which tests your reaction speed.
)
- 2020-09-15 09:17:57下载
- 积分:1