Our website uses necessary cookies to enable basic functions and optional cookies to help us to enhance your user experience. Learn more about our cookie policy by clicking "Learn More".
Accept All Only Necessary Cookies
バーコード忍者(マッシュルーム) icon

1.5.3 by ぽよSOFT


May 10, 2020

About バーコード忍者(マッシュルーム)

This is inputted by reading the QR code (bar code) by the mushroom. You can also get a bar code value to start from the homebrew.

This is inputted by reading the QR code (bar code) by the mushroom.

※ can not be entered on the browser in the Google Japanese input. Please to copy and paste.

Also you can get a bar code to launch an equivalent application in the description of the following (Java).

// If you want to start a bar code ninja

Intent intent = new Intent ( "com.poyosoft.barninja.SCAN");

intent.putExtra ( "title", "Please scan the bar code"); // title setting

startActivityForResult (intent, 1);

// If you want to get the bar code

protected void onActivityResult (int requestCode, int resultCode, Intent data) {

switch (requestCode) {

case 1: // data 1

if (resultCode == RESULT_OK) {

Processing of when the came back by pressing the // OK button

String barcode = data.getStringExtra ( "barcode");

}

break;

}

}

What's New in the Latest Version 1.5.3

Last updated on May 10, 2020

・機種によって赤ライン上で読めない不具合を修正しました。
・QRコードは赤ライン上でなくても読めるようにしました。

Translation Loading...

Additional APP Information

Latest Version

Request バーコード忍者(マッシュルーム) Update 1.5.3

Uploaded by

Chadi Elbari

Requires Android

Android 4.1+

Show More

バーコード忍者(マッシュルーム) Screenshots

Comment Loading...
Languages
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Subscribed Successfully!
You're now subscribed to APKPure.
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Success!
You're now subscribed to our newsletter.