<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
- <classpathentry kind="lib" path="/home/justin/workspace/lab inventory/libs/ZXing-2.2.zip"/>
+ <classpathentry kind="lib" path="/home/miles/lab inventory/libs/ZXing-2.2.zip"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
}
// This method is called at click of the QR code button
- public void qrClick(View view) {
+ public void qrClick(View view) {
text.setText("QR button clicked again");
Intent intent = new Intent("com.google.zxing.client.android.SCAN");
startActivityForResult(intent, 0);