二维码扫描
source

二维码扫描

(686)
Price
Free
Category
Tools
Last update
May 05, 2021
Publisher
View in store
Loading...

Ratings & Reviews performance

Ratings & Reviews performance provides an overview of what users think of your app. Here are the key metrics to help you identify how your app is rated by users and how successful is your review management strategy.

Number of reviews,
total
686
Avg rating,
total
⭐4.2
Loading...

Description

698 chars

简单的二维码扫描工具 开放,允许其它程序调用。以下是调用须知。 开发者文档: // 参数及结果 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; } }

Screenshots

https://play-lh.googleusercontent.com/L86dtLKnlnBebLB8XO9nRgPSC3TW9d68sSivjZO1F5KSelmwbbmzv2aJcfSvrUqYa9X9=w720-h310-rwhttps://play-lh.googleusercontent.com/dwcw8Db9LnteEYY_1V236aIdDSss9VKv9H8YCnnuBfLLAqdPXSrIipF55iNTaFTUlI53=w720-h310-rw
Loading...
Loading...

Find growth insights on our blog

React to user feedback and market trends faster