-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating PPLE Android samples - v.1.5.0
- Loading branch information
1 parent
85859d7
commit 8ba0637
Showing
28 changed files
with
298 additions
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Java Settings Sample | ||
|
||
Advanced sample that demonstrates the usage of all core features and every configuration options of the PPLE SDK. | ||
The sample is written in java. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
JavaSettingsSample/src/main/res/xml/data_extraction_rules.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<data-extraction-rules> | ||
<cloud-backup> | ||
<exclude domain="root" /> | ||
<exclude domain="file" /> | ||
<exclude domain="database" /> | ||
<exclude domain="sharedpref" /> | ||
<exclude domain="external" /> | ||
</cloud-backup> | ||
<device-transfer> | ||
<exclude domain="root" /> | ||
<exclude domain="file" /> | ||
<exclude domain="database" /> | ||
<exclude domain="sharedpref" /> | ||
<exclude domain="external" /> | ||
</device-transfer> | ||
</data-extraction-rules> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Java Simple Sample | ||
|
||
Written in Java, rudimentary sample that shows how to quickly and easily set up Price Checking with PPLE SDK. | ||
It is a single Activity (and without Fragments) application, that demonstrates how to: | ||
1. authenticate with ShelfView credentials, | ||
2. fetch the stores, product catalog and the config, | ||
3. add the `CaptureView` UI component, | ||
4. begin price checking. | ||
|
||
The app applies the most typical settings you would expect in the price checking flow, including: | ||
* a rectangular viewfinder placed in the middle of the screen, | ||
* a restriction of the active scanning area to part of the screen within that viewfinder, | ||
* AR overlays floating on top of the barcode belonging to the price label that has been detected within the active scan area. |
Oops, something went wrong.