登录
首页 » Android » 荧幕锁屏原码

荧幕锁屏原码

于 2023-05-05 发布 文件大小:575.05 kB
0 211
下载积分: 2 下载次数: 1

代码说明:

这是一个安卓手机荧幕锁屏的原码,它能够有效的进行手机锁屏,在安全的前提下,保证内存不至于泄露或者节约资源等各方面的优点,希望对大家有所帮助!!!

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • andorid 仿微信相册上传 例子源码下载
    andorid 仿微信相册上传 例子源码下载
    2015-04-21下载
    积分:1
  • 答题app源码(android
    答题app源码(android)
    2021-05-06下载
    积分:1
  • 自定义标签
    自定义标签
    2013-12-06下载
    积分:1
  • android 点赞+1效果 例子源码下载
    android 点赞+1效果 例子源码下载
    2015-03-05下载
    积分: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 APP
    翻译 maninwest@Codeforge 作者:Azim Zahir@CodeProjectAndroid 是个开发移动应用的不错平台。Android 有两个重要元素 Android SDK 和一个 Eclipse 插件 "The Android Development Tools (ADT)"。在进行开发前,必须正确安装 SDK 和 ADT。这里将介绍如何创建一个将十进制数转换为二进制、八进制和十六进制格式的应用。背景任何 android 应用都有 4 个块Activities: 一个 activity 是最基本的用户界面构造块,表示一个主屏幕,用户可以通过它跟应用集成。Content Provider: Content provider 为多个应用提取需要的数据。Intents: Intent 是系统消息,例如,事件通知、硬件更改(如 SD 卡插入)、进站数据 (如e SMS) 等。Services: Service 是独立的 activity,没有界面,如音乐回放。Activities 是公有类,从android.app.Activity 基本类中衍生而来。 以下代码表示应用中的一个  activity:public class MyActivity extends Activity { public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); } }一个 Active 开始后,调用 onCreate() 方
    2022-08-19 18:08:44下载
    积分:1
  • android vlcdemo
    android vlc demo android vlc demoandroid vlc demoandroid vlc demoandroid vlc demo
    2023-04-05 12:55:05下载
    积分:1
  • android 界面开发-高仿美团界面 源码下载
    android界面,高仿美团界面效果
    2015-04-20下载
    积分:1
  • IGetDoubled
    Configuration Test extends Android Test Case Source Code for Andriod.
    2014-01-17 11:26:23下载
    积分:1
  • Chat-Socket-Demo
    一个android端与Java后台通过socket进行传输的代码。(A Java back end android transmitted through the socket code.)
    2015-10-12 20:39:20下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载