バーコード忍者(マッシュルーム)
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 1.5.3
・QRコードは赤ライン上でなくても読めるようにしました。
バーコード忍者(マッシュルーム) APK Information
Old Versions of バーコード忍者(マッシュルーム)
バーコード忍者(マッシュルーム) 1.5.3
バーコード忍者(マッシュルーム) 1.5.1
バーコード忍者(マッシュルーム) 1.1
Super Fast and Safe Downloading via APKPure App
One-click to install XAPK/APK files on Android!