登录
首页 » Android » android 九宫格锁屏

android 九宫格锁屏

于 2023-06-04 发布 文件大小:636.27 kB
0 189
下载积分: 2 下载次数: 1

代码说明:

android 九宫格手势解锁评,提供 登录,设置,修改等操作。app高大上集成必须品。其中,文件存贮,自定义view,图形绘制,图片转换,路径,点绘制。手势监听,后续会有更多源码退出,请静候。

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

发表评论

0 个回复

  • 意见反馈功能
    意见反馈功能,应用的是友盟接口,完美实现反馈,反馈的内容会提交到开发者,对app进行升级
    2022-08-13 14:06:08下载
    积分:1
  • android gif图片播放 开发实例 附完整源码
    git播放
    2013-06-26下载
    积分:1
  • android listview 通用adapter
    android listview 通用adapter   只需要集成commenAdapter即可   在viewholder中就可以进行内容设置
    2023-08-12 03:35:03下载
    积分:1
  • 安卓轮播图ViewFilod
    安卓实现轮播图效果,使用第三方框架,方便学习者使用和学习,帮助大家更好的学习,了解掌握安卓知识,使得初步学习者得到快速的提升。
    2022-08-06 07:35:20下载
    积分:1
  • android实时视频录制并上传至服务器源码,可做远程监控,含android客户机以及服务器端代码(已测试通过)
    开发环境为Windows XP java 1.6 Eclipse3.4.2Android版本为1.5手机测试平台为HTC Hero AndroidVideo为手机端的源代码AndroidVideoPC为PC端的源代码
    2013-02-07下载
    积分:1
  • Android 创建HttpPost对象 获取HTTP连接
    HttpGet httpGetRequest = new HttpGet(urlGet);//创建HttpPost对象   try {    HttpResponse httpResponse = new DefaultHttpClient().execute(httpGetRequest);    if(httpResponse.getStatusLine().getStatusCode()==200){//连接成功    String result = EntityUtils.toString(httpResponse.getEntity());//获得资源    result = result.replaceAll(" | | | ", "");//去掉信息中的回车和换行    EditText etGet = (EditText)findViewById(R.id.etGet);//获得EditText对象    etGet.setText(result);//为EditText设置内容    }   } catch (Exception e) {//捕获并打印异常    EditText etGet = (EditText)findViewById(R.id.etGet);//获得EditText对象    etGet.setText("连接出错:"+e.getMessage());//为EditText设置出错信息   }
    2022-03-21 18:06:57下载
    积分:1
  • Mytxl
    andriod studio通讯录的简单实现(a phone content of andriod stutio)
    2017-12-10 12:25:09下载
    积分:1
  • MPU6050与卡尔曼滤波算法实践(MPU6050sketch01.ino)
    #include "Wire.h"#include "I2Cdev.h"#include "MPU6050.h" MPU6050 accelgyro; unsigned long now, lastTime = 0;float dt;                                   //微分时间 int16_t ax, ay, az, gx, gy, gz;             //加速度计陀螺仪原始数据float aax=0, aay=0,aaz=0, agx=0, agy=0, agz=0;    //角度变量long axo = 0, ayo = 0, azo = 0;             //加速度计偏移量long gxo = 0, gyo = 0, gzo = 0;             //陀螺仪偏移量 float pi = 3.1415926;float AcceRatio = 16384.0;                  //加速度计比例系数float GyroRatio = 131.0;                    //陀螺仪比例系数 uint8_t n_sample = 8;                       //加速度计滤波算法采样个数float aaxs[8] = {0}, aays[8] = {0}, aazs[8] = {0};         //x,y轴采样队列long aax_sum, aay_sum,aaz_sum;                      //x,y轴采样和 float a_x[10]={0}, a_y[10]={0},a_z[10]={0} ,g_x[10]={0} ,g_y[10]={0},g_z[10]={0}; //加速度计协方差计算队列float Px=1, Rx, Kx, Sx, Vx, Qx;             //x轴卡尔曼变量float Py=1, Ry, Ky, Sy, Vy, Qy;             //y轴卡尔曼变量float Pz=1, Rz, Kz, Sz, Vz, Qz;             //z轴卡尔曼变量 void setup(){    Wire.begin();    Serial.begin(115200);     accelgyro.initialize();                 //初始化     unsigned short times = 200;             //采样次数    for(int i=0;i
    2019-12-11下载
    积分:1
  • ANE
    Adobe Air是利用Adobe公司的Flash技术开发的媒体播放平台。而Native Extension就是让AIR可以调用各个平台上的本地代码(native code, 如ios上的object-c,android上的java,desktop上的c++,ca#等),从而完成对AIR中Actionscript API的自定义扩展。即可以让开发者通过编写基于平台的本地代码扩展ActionScript。从而完成一些原有Actionscript无法完成的功能。(Adobe Air is developed by using Adobe s Flash technology media platform. While the Native Extension is to make AIR calls on every platform native code (native code, such as IOS Object-C, Android Java, desktop c++, c#), thus completing the extensions to the AIR Actionscript API custom. That allows developers to write native code through the platform based on ActionScript. In order to complete some of the original Actionscript cannot perform the function. )
    2013-09-25 11:19:28下载
    积分:1
  • fragment+viewpager+定位的代码
    fragment viewpager 定位的代码
    2015-05-15下载
    积分:1
  • 696516资源总数
  • 106415会员总数
  • 3今日下载