Skip to content

Commit

Permalink
Bump version, update README & add demo material
Browse files Browse the repository at this point in the history
- Add also StageNow Configuration Barcodes

Signed-off-by: Calin Neamtu <[email protected]>
  • Loading branch information
nilac8991 committed Feb 28, 2023
1 parent 4a8d8f8 commit 56dec60
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
1 change: 1 addition & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ The normal workflow of the application would be as follow:
- Ability to import personalised samples data
- Parcels Data as CSV File
- Container Locations as JSON File
- "Manage External Storage" permission automatically pre-granted by using EMDK
- DataWedge Profile created and imported automatically by using EMDK
- "Manage External Storage" permission automatically pre-granted ONLY if the app is installed by using the provided StageNow Barcodes
- DataWedge Profile created and imported automatically by using the Intent based APIs
- Reports Screen
- Check the amount of scanned parcels per each container location
- Check in a specific container location the scanned barcodes
Expand All @@ -30,6 +30,12 @@ The normal workflow of the application would be as follow:
- Re-import container locations data
- Re-import parcels data

## Demo & Installation

If you want to test the application without cloning the repository and manually compile the project, you can check the [demo](https://github.com/ZebraDevs/kotlin-ws50-parcels-demo/tree/master/demo) folder where you'll find:
- PDF containing the StageNow barcodes which will download the latest apk and configuration files. Just scan all of them using StageNow and you'll be up and running in a minute!
- PDF containing the demo barcodes of the parcels and also the QRCodes for the container locations where the parcels should be put into

## Setup & File Formats

The application already has samples data when installed for the first time and those can be used out of the box without making any changes.
Expand All @@ -42,7 +48,7 @@ You can checkout the files in these locations of the project:

In case you want to use personalized data, you will have to use the same format which was used for the samples data contained in the project.
You will then, have to put the files on the external storage of the WS50 in this precise folder: ```ws50-parcels-demo```.
The files names will be different this time and they will not be the same as the ones used in the project but they will like this:
The files names will be different this time and they will not be the same as the ones used in the project but they will be like this:

```text
/sdcard/ws50-parcels-demo/container_locations.json
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "com.zebra.nilac.csvbarcodelookup"
minSdk 30
targetSdk 32
versionCode 205
versionName "2.5"
versionCode 206
versionName "2.6"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
Binary file added demo/WS50-ParcelsDemo-Barcodes.pdf
Binary file not shown.
Binary file added demo/WS50-ParcelsDemo-Installation.pdf
Binary file not shown.

0 comments on commit 56dec60

Please sign in to comment.