Home Editor's Choice Reviews News Alternatives TopTens Pre-Register Limited-Time Sale Hot Games Hot Apps Category APK Downloader APK Upload Chrome Extension APKFab APP Search App
Select Language

二维码扫描

9.7 56

v1.0 by Tu Yafeng

About 二维码扫描

二维码扫描 (Package Name: mark.qrcode) is developed by Tu Yafeng and the latest version of 二维码扫描 1.0 was updated on October 15, 2016. 二维码扫描 is in the category of Tools. You can check all apps from the developer of 二维码扫描 and find 91 alternative apps to 二维码扫描 on Android. Currently this app is for free. This app can be downloaded on Android 2.2+ on APKFab or Google Play. All APK/XAPK files on APKFab.com are original and 100% safe with fast download.
简单的二维码扫描工具
开放,允许其它程序调用。以下是调用须知。
开发者文档:
// 参数及结果
mark.qrcode.SCAN // action
mark.qrcode //package
mark.qrcode.CaptureActivity //class
getStringExtra("data") //result
实例:
// 启动扫码
Intent intent = new Intent("mark.qrcode.SCAN");
intent.setClassName("mark.qrcode", "mark.qrcode.CaptureActivity");
try { activity.startActivityForResult(intent, 0); } catch (Exception ignored) { }
// 获取扫码结果
@Override
protected void onActivityResult(int requestCode, int resultCode,
Intent intent) {
if (requestCode == 0) {
if (intent != null && intent.hasExtra("data")) {
String result = intent.getStringExtra("data"); // 扫码结果
}
return;
}
}
Read More
二维码扫描 Features

Previous Versions

More

二维码扫描 1.0 APK October 15, 2016 115.01 KB Download

Requires Android: Android 2.2+

Screen DPI: 160-480dpi

SHA1: 212c8c0d98095ade5d50e3f578cf5fefdeb24b69

Size: 115.01 KB

More Information

Package Name:

mark.qrcode

Category:

Tools Apps

Update Date:

Latest Version:

1.0

Need Update:

Submit latest version

Requirements:

Android 2.2+

Safe to Download

APKFab.com and the download link of this app are 100% safe. All download links of apps listed on APKFab.com are from Google Play Store or submitted by users. For the app from Google Play Store, APKFab.com won't modify it in any way. For the app submitted by users, APKFab.com will verify its APK signature safety before release it on our website.

Share
Share this page with your friends if you find it useful