Use APKPure App
Get バーコード忍者(マッシュルーム) old version APK for Android
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;
}
}
Last updated on May 10, 2020
・機種によって赤ライン上で読めない不具合を修正しました。
・QRコードは赤ライン上でなくても読めるようにしました。
Uploaded by
Chadi Elbari
Requires Android
Android 4.1+
Category
Report
バーコード忍者(マッシュルーム)
1.5.3 by ぽよSOFT
May 10, 2020