Hello!

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

Note that updates take place every 10 minutes, commits may not be seen immediately.
Initial commit for lab inventory program
authorelserj <elserj@localhost>
Tue, 17 Sep 2013 19:47:43 +0000 (19:47 +0000)
committerelserj <elserj@localhost>
Tue, 17 Sep 2013 19:47:43 +0000 (19:47 +0000)
commita95b86811e322c4531e4c773d74a36960ab71f70
treea4f1272e341554cdef53275289d4bc376fb998e8
parentc011e6ff538f6aa69444e7a33ca1d4c424f808f3
Initial commit for lab inventory program

svn path=/; revision=498
37 files changed:
Personnel/justin/lab inventory/.classpath [new file with mode: 0644]
Personnel/justin/lab inventory/.gitignore [deleted file]
Personnel/justin/lab inventory/.project [new file with mode: 0644]
Personnel/justin/lab inventory/AndroidManifest.xml [new file with mode: 0644]
Personnel/justin/lab inventory/assets/.gitignore [new file with mode: 0644]
Personnel/justin/lab inventory/bin/AndroidManifest.xml [new file with mode: 0644]
Personnel/justin/lab inventory/bin/classes.dex [new file with mode: 0644]
Personnel/justin/lab inventory/bin/classes/.gitignore [new file with mode: 0644]
Personnel/justin/lab inventory/bin/jarlist.cache [new file with mode: 0644]
Personnel/justin/lab inventory/bin/lab inventory.apk [new file with mode: 0644]
Personnel/justin/lab inventory/bin/res/drawable-hdpi/ic_action_search.png [new file with mode: 0644]
Personnel/justin/lab inventory/bin/res/drawable-hdpi/ic_launcher.png [new file with mode: 0644]
Personnel/justin/lab inventory/bin/res/drawable-ldpi/ic_launcher.png [new file with mode: 0644]
Personnel/justin/lab inventory/bin/res/drawable-mdpi/ic_action_search.png [new file with mode: 0644]
Personnel/justin/lab inventory/bin/res/drawable-mdpi/ic_launcher.png [new file with mode: 0644]
Personnel/justin/lab inventory/bin/res/drawable-xhdpi/ic_action_search.png [new file with mode: 0644]
Personnel/justin/lab inventory/bin/res/drawable-xhdpi/ic_launcher.png [new file with mode: 0644]
Personnel/justin/lab inventory/bin/resources.ap_ [new file with mode: 0644]
Personnel/justin/lab inventory/gen/.gitignore [new file with mode: 0644]
Personnel/justin/lab inventory/ic_launcher-web.png [new file with mode: 0644]
Personnel/justin/lab inventory/libs/android-support-v4.jar [new file with mode: 0644]
Personnel/justin/lab inventory/proguard-project.txt [new file with mode: 0644]
Personnel/justin/lab inventory/project.properties [new file with mode: 0644]
Personnel/justin/lab inventory/res/drawable-hdpi/ic_action_search.png [new file with mode: 0644]
Personnel/justin/lab inventory/res/drawable-hdpi/ic_launcher.png [new file with mode: 0644]
Personnel/justin/lab inventory/res/drawable-ldpi/ic_launcher.png [new file with mode: 0644]
Personnel/justin/lab inventory/res/drawable-mdpi/ic_action_search.png [new file with mode: 0644]
Personnel/justin/lab inventory/res/drawable-mdpi/ic_launcher.png [new file with mode: 0644]
Personnel/justin/lab inventory/res/drawable-xhdpi/ic_action_search.png [new file with mode: 0644]
Personnel/justin/lab inventory/res/drawable-xhdpi/ic_launcher.png [new file with mode: 0644]
Personnel/justin/lab inventory/res/layout/activity_main.xml [new file with mode: 0644]
Personnel/justin/lab inventory/res/menu/activity_main.xml [new file with mode: 0644]
Personnel/justin/lab inventory/res/values-v11/styles.xml [new file with mode: 0644]
Personnel/justin/lab inventory/res/values-v14/styles.xml [new file with mode: 0644]
Personnel/justin/lab inventory/res/values/strings.xml [new file with mode: 0644]
Personnel/justin/lab inventory/res/values/styles.xml [new file with mode: 0644]
Personnel/justin/lab inventory/src/com/jaiswallab/lab/inventory/MainActivity.java [new file with mode: 0644]