Hello!

To see the file structure, click on "tree".

Note that updates take place every 10 minutes, commits may not be seen immediately.
svn path=/; revision=501
authormiles <miles@localhost>
Tue, 17 Sep 2013 21:55:53 +0000 (21:55 +0000)
committermiles <miles@localhost>
Tue, 17 Sep 2013 21:55:53 +0000 (21:55 +0000)
Personnel/justin/lab inventory/.classpath
Personnel/justin/lab inventory/bin/lab inventory.apk
Personnel/justin/lab inventory/src/com/jaiswallab/lab/inventory/MainActivity.java

index 921adf71fed6a9a975b877944107660045188df7..cbecbcb87ed14aa587e467baea009dc9f7107195 100644 (file)
@@ -5,6 +5,6 @@
        <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>
index 17fdf0a95d3cc944ff4aee4f163b3cc4f3eb3fb7..a5703bb7072e0d8e7f0db388726951de44d763ea 100644 (file)
Binary files a/Personnel/justin/lab inventory/bin/lab inventory.apk and b/Personnel/justin/lab inventory/bin/lab inventory.apk differ
index 566c58ef8d76497a7a876bd9425c273bc9cec061..1a76a009cace7b0135c2cb15cdf86f1b45d95722 100644 (file)
@@ -26,7 +26,7 @@ public class MainActivity extends Activity {
     }
     
     // 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);