• 大小: 6.45MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-10-23
  • 语言: Java
  • 标签: 二维码  

资源简介

android 二维码扫描页面Fragment 的实现,使用非常简单,把项目导入自己的studio中, MipcaFragmentCapture mipcaFragmentCapture = new MipcaFragmentCapture();mipcaFragmentCapture.setIndicator(indicator); 直接new 出来这个Fragment 就可以使用,第二句代码是如果使用了Viewpager,并且ViewPager使用了开源的ViewPagerindicator,这个时候一定要设置这个指针的view,不设置扫描的坐标有问题。

资源截图

代码片段和文件信息

/**
 * Automatically generated file. DO NOT MODIFY
 */
package com.example.library_qrcode.test;

public final class BuildConfig {
  public static final boolean DEBUG = Boolean.parseBoolean(“true“);
  public static final String APPLICATION_ID = “com.example.library_qrcode.test“;
  public static final String BUILD_TYPE = “debug“;
  public static final String FLAVOR = ““;
  public static final int VERSION_CODE = 1;
  public static final String VERSION_NAME = “1.0“;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2016-09-27 09:29  library-qrcode\
     文件           8  2016-09-02 17:30  library-qrcode\.gitignore
     目录           0  2016-09-27 09:29  library-qrcode\build\
     文件         634  2016-09-12 16:34  library-qrcode\build.gradle
     目录           0  2016-09-27 09:28  library-qrcode\build\generated\
     目录           0  2016-09-23 18:34  library-qrcode\build\generated\assets\
     目录           0  2016-09-27 09:28  library-qrcode\build\generated\assets\shaders\
     目录           0  2016-09-23 18:35  library-qrcode\build\generated\assets\shaders\androidTest\
     目录           0  2016-09-23 18:35  library-qrcode\build\generated\assets\shaders\androidTest\debug\
     目录           0  2016-09-23 18:35  library-qrcode\build\generated\assets\shaders\debug\
     目录           0  2016-09-23 18:34  library-qrcode\build\generated\assets\shaders\release\
     目录           0  2016-09-23 18:34  library-qrcode\build\generated\res\
     目录           0  2016-09-27 09:28  library-qrcode\build\generated\res\rs\
     目录           0  2016-09-23 18:35  library-qrcode\build\generated\res\rs\androidTest\
     目录           0  2016-09-23 18:35  library-qrcode\build\generated\res\rs\androidTest\debug\
     目录           0  2016-09-23 18:35  library-qrcode\build\generated\res\rs\debug\
     目录           0  2016-09-23 18:34  library-qrcode\build\generated\res\rs\release\
     目录           0  2016-09-27 09:28  library-qrcode\build\generated\source\
     目录           0  2016-09-27 09:28  library-qrcode\build\generated\source\aidl\
     目录           0  2016-09-23 18:35  library-qrcode\build\generated\source\aidl\androidTest\
     目录           0  2016-09-23 18:35  library-qrcode\build\generated\source\aidl\androidTest\debug\
     目录           0  2016-09-23 18:35  library-qrcode\build\generated\source\aidl\debug\
     目录           0  2016-09-23 18:34  library-qrcode\build\generated\source\aidl\release\
     目录           0  2016-09-27 09:28  library-qrcode\build\generated\source\buildConfig\
     目录           0  2016-09-23 18:35  library-qrcode\build\generated\source\buildConfig\androidTest\
     目录           0  2016-09-23 18:35  library-qrcode\build\generated\source\buildConfig\androidTest\debug\
     目录           0  2016-09-23 18:35  library-qrcode\build\generated\source\buildConfig\androidTest\debug\com\
     目录           0  2016-09-23 18:35  library-qrcode\build\generated\source\buildConfig\androidTest\debug\com\example\
     目录           0  2016-09-23 18:35  library-qrcode\build\generated\source\buildConfig\androidTest\debug\com\example\library_qrcode\
     目录           0  2016-09-23 18:35  library-qrcode\build\generated\source\buildConfig\androidTest\debug\com\example\library_qrcode\test\
     文件         469  2016-09-23 18:35  library-qrcode\build\generated\source\buildConfig\androidTest\debug\com\example\library_qrcode\test\BuildConfig.java
............此处省略3088个文件信息

评论

共有 条评论