Skip to content

Instantly share code, notes, and snippets.

View rajdeol's full-sized avatar
💭
Dockerizing everything

Rajinder Deol rajdeol

💭
Dockerizing everything
View GitHub Profile
@rajdeol
rajdeol / HomeActivity.java
Created October 2, 2017 23:37
In response to the comment http://blog.whomeninja.in/android-barcode-scanner-vertical-orientation-and-camera-flash/#comment-745 Android QR-Code Scanner After scanning a QR-Code check and verify if it is a HTTP URL and open it in a webview
package in.whomeninja.android_barcode_scanner;
import android.content.Intent;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.TextView;
import android.widget.Toast;