Android Open Source - Development barcode ScanEvrythng






Project Summary

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.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of ScanEvrythng.

ItemValue
Java File Count9
Activity Count3
jar files usedscanditsdk-barcodepicker-android-4.0.1.jar
Required Permissionsandroid.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION
android.permission.ACCESS_NETWORK_STATE
android.permission.CAMERA
android.permission.INTERNET




Java Source Files

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