Hello!

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

Note that updates take place every 10 minutes, commits may not be seen immediately.
added multiple screens (activities), switching mechanism
authormiles <miles@localhost>
Fri, 25 Oct 2013 20:20:13 +0000 (20:20 +0000)
committermiles <miles@localhost>
Fri, 25 Oct 2013 20:20:13 +0000 (20:20 +0000)
commitbf0587c44b381ce15a86ac38ad18103bd189a45e
treef4e4646298ff2d50f7c416bb6a09264e64ba5785
parent8a48db2db198970a06ea4c9e4322f776bf03c94c
added multiple screens (activities), switching mechanism
updated buttons (different looks when pressed)
fixed some crash errors
new icon!
started adding items via the app
fixed some bugs that were causing data to be switched around

svn path=/; revision=514
34 files changed:
Personnel/justin/lab inventory/AndroidManifest.xml
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/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/crunch/drawable-hdpi/ic_action_search.png [new file with mode: 0644]
Personnel/justin/lab inventory/bin/res/crunch/drawable-hdpi/ic_launcher.png [new file with mode: 0644]
Personnel/justin/lab inventory/bin/res/crunch/drawable-hdpi/light_grey_button.png [new file with mode: 0644]
Personnel/justin/lab inventory/bin/res/crunch/drawable-ldpi/ic_launcher.png [new file with mode: 0644]
Personnel/justin/lab inventory/bin/res/crunch/drawable-ldpi/light_grey_button.png [new file with mode: 0644]
Personnel/justin/lab inventory/bin/res/crunch/drawable-mdpi/ic_action_search.png [new file with mode: 0644]
Personnel/justin/lab inventory/bin/res/crunch/drawable-mdpi/ic_launcher.png [new file with mode: 0644]
Personnel/justin/lab inventory/bin/res/crunch/drawable-mdpi/light_grey_button.png [new file with mode: 0644]
Personnel/justin/lab inventory/bin/res/crunch/drawable-xhdpi/ic_action_search.png [new file with mode: 0644]
Personnel/justin/lab inventory/bin/res/crunch/drawable-xhdpi/ic_launcher.png [new file with mode: 0644]
Personnel/justin/lab inventory/bin/res/crunch/drawable-xhdpi/light_grey_button.png [new file with mode: 0644]
Personnel/justin/lab inventory/bin/resources.ap_ [new file with mode: 0644]
Personnel/justin/lab inventory/res/drawable-hdpi/ic_launcher.png
Personnel/justin/lab inventory/res/drawable-hdpi/light_grey_button.png [new file with mode: 0644]
Personnel/justin/lab inventory/res/drawable-hdpi/update_button.xml
Personnel/justin/lab inventory/res/drawable-ldpi/ic_launcher.png
Personnel/justin/lab inventory/res/drawable-ldpi/light_grey_button.png [new file with mode: 0644]
Personnel/justin/lab inventory/res/drawable-ldpi/update_button.xml
Personnel/justin/lab inventory/res/drawable-mdpi/ic_launcher.png
Personnel/justin/lab inventory/res/drawable-mdpi/light_grey_button.png [new file with mode: 0644]
Personnel/justin/lab inventory/res/drawable-mdpi/update_button.xml
Personnel/justin/lab inventory/res/drawable-xhdpi/ic_launcher.png
Personnel/justin/lab inventory/res/drawable-xhdpi/light_grey_button.png [new file with mode: 0644]
Personnel/justin/lab inventory/res/drawable-xhdpi/update_button.xml
Personnel/justin/lab inventory/res/layout/activity_add.xml [new file with mode: 0644]
Personnel/justin/lab inventory/res/layout/activity_main.xml
Personnel/justin/lab inventory/res/values/strings.xml
Personnel/justin/lab inventory/src/com/jaiswallab/lab/inventory/ItemCreationActivity.java [new file with mode: 0644]
Personnel/justin/lab inventory/src/com/jaiswallab/lab/inventory/MainActivity.java