Scan QR code barcode

Scan QR code barcode

Source code introduction: Scan QR code barcode, simple and practical, worth learning from

Source code effect:

Source code snippet:

  1. /**
  2. * Process the scan results
  3. * @param result
  4. * @param barcode
  5. */  
  6. public   void handleDecode(Result result, Bitmap barcode) {
  7. inactivityTimer.onActivity();
  8. playBeepSoundAndVibrate();
  9. String resultString = result.getText();
  10. if (resultString.equals( "" )) {
  11. Toast.makeText(MipcaActivityCapture. this , "Scan failed!" , Toast.LENGTH_SHORT).show();
  12. } else {
  13. Intent resultIntent = new Intent();
  14. Bundle bundle = new Bundle();
  15. bundle.putString( "result" , resultString);
  16. bundle.putParcelable( "bitmap" , barcode);
  17. resultIntent.putExtras(bundle);
  18. this .setResult(RESULT_OK, resultIntent);
  19. }
  20. MipcaActivityCapture. this .finish();
  21. }

Download address: http://download..com/data/2111749

<<:  Audio

>>:  High imitation Baidu Nuomi

Recommend

Analysis of advertising in the e-commerce industry in April!

As 618 approaches, a new round of battle for traf...

What are the SEO marketing methods?

As the saying goes, "Even good wine needs to...

How to write an excellent marketing plan?

Many people who work in operations have experienc...

Dr. Qingma's "Tsinghua Mom Parent Class Three-in-One Parent Class"

Resource introduction of Dr. Qingma's "T...

Zhang Xiaolong announces eight rules for WeChat public platform

The "WeChat Open Class PRO Edition" was...

A picture to teach you to understand the logic of DSP precision marketing

Those who are new to e-commerce can easily be con...

WeChat upgraded with new features: My three-year-old phone is no longer stuck!

Regardless of the model, high configuration or lo...