A simple application which allows a user to scan everyday items which are then uploaded via the Evrythng API. The app hooks into the Scandit SDK to scan barcodes and uses the community licenced API to get basic details about a barcode (currently just name.
ScanEvrythng is hosted in the following web site
https://github.com/mikeholmesuk/ScanEvrythng
If you think the Android project ScanEvrythng listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of ScanEvrythng.
Item | Value |
---|---|
Java File Count | 9 |
Activity Count | 3 |
jar files used | scanditsdk-barcodepicker-android-4.0.1.jar |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.CAMERA android.permission.INTERNET |
ScanEvrythng has the following Java source files.
com.mike.scanevrythng.scanner.activity.ScanActivity.java com.mike.scanevrythng.scanner.activity.ThngListActivity.java com.mike.scanevrythng.scanner.activity.WelcomeActivity.java com.mike.scanevrythng.scanner.dto.Basic.java com.mike.scanevrythng.scanner.dto.BasicDetails.java com.mike.scanevrythng.scanner.dto.Geo.java com.mike.scanevrythng.scanner.dto.Thng.java com.mike.scanevrythng.scanner.dto.ThngLocation.java com.mike.scanevrythng.scanner.service.EvrythngService.java