二维码扫描

二维码扫描 Free App

Rated 4.69/5 (273) —  Free Android application by Lakor

Advertisements

About 二维码扫描

简单的二维码扫描工具

开放,允许其它程序调用。以下是调用须知。
开发者文档:
// 参数及结果
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;
}
} Simple two-dimensional code scanning tool

Open to allow other programs to call. The following is the call notes.
Developer Documentation:
// Parameters and results
mark.qrcode.SCAN // action
mark.qrcode // package
mark.qrcode.CaptureActivity // class
getStringExtra ( "data") // result

Example:
// Start the scan code
Intent intent = new Intent ( "mark.qrcode.SCAN");
intent.setClassName ( "mark.qrcode", "mark.qrcode.CaptureActivity");
try {activity.startActivityForResult (intent, 0);} catch (Exception ignored) {}

// Get the scan code results
@Override
protected void onActivityResult (int requestCode, int resultCode,
                                Intent intent) {
    if (requestCode == 0) {
        if (intent! = null && intent.hasExtra ( "data")) {
            String result = intent.getStringExtra ( "data"); // scan code results
        }
        return;
    }
}

How to Download / Install

Download and install 二维码扫描 version 1.0 on your Android device!
Downloaded 50,000+ times, content rating: Everyone
Android package: mark.qrcode, download 二维码扫描.apk

All Application Badges

Free
downl.
Android
2.2+
For everyone
Android app

App History & Updates

More downloads  二维码扫描 reached 50 000 - 100 000 downloads

What are users saying about 二维码扫描

K70%
by K####:

Nexus 5X摄像头是反着的!

S70%
by S####:

113KB only!! No ads!! Two thumbs up! !????????

V70%
by V####:

Simple, Elegant, Ad free

S70%
by S####:

Very fast browser.

N70%
by N####:

So simple!

S70%
by S####:

awesome thanks

S70%
by S####:

Good

M70%
by M####:

因为比较适合。

O70%
by O####:

عالی

W70%
by W####:

没有广告,简洁,但扫描时图片莫名旋转了180度……

V70%
by V####:

خیلی


Share The Word!


Rating Distribution

RATING
4.75
273 users

5

4

3

2

1