实例介绍
1. apk为demo,可直接安装在EDA50上用于演示连续扫描及定时关闭扫描头功能。 1.1进入demo有3个button用于不同功能; 通过扫描硬件按键触发打开/关闭扫描头; 按键打开扫描头后,扫描到数据后间隔1S重新打开扫描头; 1.2Automatic Control 用于打开扫描头可作为连续扫描, 通过扫描硬件按键触发打开/关闭扫描头; 按键打开扫描头后,如不触发扫描事件,定时5S后自动关闭扫描头; 按键打开扫描头后,在5S内可通过扫描按键关闭扫描头; 按键打开扫描头后,如扫描到条码,立即关闭扫描头; 1.3Client Control 用于定时关闭扫描头 2. zip压缩包为以上功
【实例截图】
【核心代码】
ContinuousScanning
└── ContinuousScanning
├── BarcodeExample_ContinuousScanning
│ ├── app
│ │ ├── app.iml
│ │ ├── build
│ │ │ ├── generated
│ │ │ │ └── source
│ │ │ │ ├── buildConfig
│ │ │ │ │ └── debug
│ │ │ │ │ └── com
│ │ │ │ │ └── honeywell
│ │ │ │ │ └── barcodeexample
│ │ │ │ │ └── BuildConfig.java
│ │ │ │ └── r
│ │ │ │ └── debug
│ │ │ │ └── com
│ │ │ │ └── honeywell
│ │ │ │ └── barcodeexample
│ │ │ │ └── R.java
│ │ │ ├── intermediates
│ │ │ │ ├── blame
│ │ │ │ │ └── res
│ │ │ │ │ └── debug
│ │ │ │ │ ├── multi-v2
│ │ │ │ │ │ ├── debug.json
│ │ │ │ │ │ ├── values.json
│ │ │ │ │ │ ├── values-v11.json
│ │ │ │ │ │ └── values-v14.json
│ │ │ │ │ └── single
│ │ │ │ │ └── debug.json
│ │ │ │ ├── classes
│ │ │ │ │ └── debug
│ │ │ │ │ └── com
│ │ │ │ │ └── honeywell
│ │ │ │ │ └── barcodeexample
│ │ │ │ │ ├── AutomaticBarcodeActivity$1.class
│ │ │ │ │ ├── AutomaticBarcodeActivity.class
│ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ ├── ClientBarcodeActivity$1.class
│ │ │ │ │ ├── ClientBarcodeActivity$2.class
│ │ │ │ │ ├── ClientBarcodeActivity$3.class
│ │ │ │ │ ├── ClientBarcodeActivity.class
│ │ │ │ │ ├── MainActivity$1.class
│ │ │ │ │ ├── MainActivity$2.class
│ │ │ │ │ ├── MainActivity$3.class
│ │ │ │ │ ├── MainActivity$4.class
│ │ │ │ │ ├── MainActivity.class
│ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ ├── R$id.class
│ │ │ │ │ ├── R$layout.class
│ │ │ │ │ ├── R$menu.class
│ │ │ │ │ ├── R$string.class
│ │ │ │ │ ├── R$style.class
│ │ │ │ │ ├── R.class
│ │ │ │ │ ├── ScannerSelectionBarcodeActivity$1.class
│ │ │ │ │ ├── ScannerSelectionBarcodeActivity$2$1$1.class
│ │ │ │ │ ├── ScannerSelectionBarcodeActivity$2$1.class
│ │ │ │ │ ├── ScannerSelectionBarcodeActivity$2.class
│ │ │ │ │ ├── ScannerSelectionBarcodeActivity$3.class
│ │ │ │ │ ├── ScannerSelectionBarcodeActivity$4$1.class
│ │ │ │ │ ├── ScannerSelectionBarcodeActivity$4$2.class
│ │ │ │ │ ├── ScannerSelectionBarcodeActivity$4.class
│ │ │ │ │ └── ScannerSelectionBarcodeActivity.class
│ │ │ │ ├── incremental
│ │ │ │ │ ├── compileDebugAidl
│ │ │ │ │ │ └── dependency.store
│ │ │ │ │ ├── debug-mergeJavaRes
│ │ │ │ │ │ ├── merge-state
│ │ │ │ │ │ └── zip-cache
│ │ │ │ │ │ └── DiHAguk4JZUS6ZFtm6OeEI3jy9Y=
│ │ │ │ │ ├── debug-mergeJniLibs
│ │ │ │ │ │ ├── merge-state
│ │ │ │ │ │ └── zip-cache
│ │ │ │ │ │ └── DiHAguk4JZUS6ZFtm6OeEI3jy9Y=
│ │ │ │ │ ├── mergeDebugAssets
│ │ │ │ │ │ └── merger.xml
│ │ │ │ │ ├── mergeDebugJniLibFolders
│ │ │ │ │ │ └── merger.xml
│ │ │ │ │ ├── mergeDebugResources
│ │ │ │ │ │ ├── compile-file-map.properties
│ │ │ │ │ │ ├── merged.dir
│ │ │ │ │ │ │ ├── values
│ │ │ │ │ │ │ │ └── values.xml
│ │ │ │ │ │ │ ├── values-v11
│ │ │ │ │ │ │ │ └── values-v11.xml
│ │ │ │ │ │ │ └── values-v14
│ │ │ │ │ │ │ └── values-v14.xml
│ │ │ │ │ │ └── merger.xml
│ │ │ │ │ ├── mergeDebugShaders
│ │ │ │ │ │ └── merger.xml
│ │ │ │ │ └── packageDebug
│ │ │ │ │ └── debug
│ │ │ │ │ ├── dex-renamer-state.txt
│ │ │ │ │ ├── file-input-save-data.txt
│ │ │ │ │ └── zip-cache
│ │ │ │ │ ├── k4Nv6rCsA253i2rySoFb72hpwC8=
│ │ │ │ │ └── wzLII+O_pJQIvcRH7k83mwL0jeI=
│ │ │ │ ├── javaPrecompile
│ │ │ │ │ └── debug
│ │ │ │ │ └── annotationProcessors.json
│ │ │ │ ├── manifests
│ │ │ │ │ ├── density
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ └── output.json
│ │ │ │ │ ├── full
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ └── output.json
│ │ │ │ │ └── instant-run
│ │ │ │ │ └── debug
│ │ │ │ │ └── output.json
│ │ │ │ ├── res
│ │ │ │ │ ├── debug
│ │ │ │ │ │ ├── output.json
│ │ │ │ │ │ └── resources-debug.ap_
│ │ │ │ │ └── merged
│ │ │ │ │ └── debug
│ │ │ │ │ ├── drawable-hdpi_barcode_example_icon.png.flat
│ │ │ │ │ ├── drawable-ldpi_barcode_example_icon.png.flat
│ │ │ │ │ ├── drawable-mdpi_barcode_example_icon.png.flat
│ │ │ │ │ ├── drawable-xhdpi_barcode_example_icon.png.flat
│ │ │ │ │ ├── layout_activity_barcode.xml.flat
│ │ │ │ │ ├── layout_activity_main.xml.flat
│ │ │ │ │ ├── layout_activity_selection_barcode.xml.flat
│ │ │ │ │ ├── layout_scanner_select_dialog.xml.flat
│ │ │ │ │ ├── menu_activity_main.xml.flat
│ │ │ │ │ ├── values-v11_values-v11.arsc.flat
│ │ │ │ │ ├── values-v14_values-v14.arsc.flat
│ │ │ │ │ └── values_values.arsc.flat
│ │ │ │ ├── splits-support
│ │ │ │ │ └── debug
│ │ │ │ │ └── split-list.gson
│ │ │ │ └── transforms
│ │ │ │ ├── dexBuilder
│ │ │ │ │ └── debug
│ │ │ │ │ ├── 0.jar
│ │ │ │ │ ├── 1.jar
│ │ │ │ │ ├── 2.jar
│ │ │ │ │ ├── 3.jar
│ │ │ │ │ ├── 4.jar
│ │ │ │ │ ├── 5
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── honeywell
│ │ │ │ │ │ └── barcodeexample
│ │ │ │ │ │ ├── AutomaticBarcodeActivity$1.dex
│ │ │ │ │ │ ├── AutomaticBarcodeActivity.dex
│ │ │ │ │ │ ├── BuildConfig.dex
│ │ │ │ │ │ ├── ClientBarcodeActivity$1.dex
│ │ │ │ │ │ ├── ClientBarcodeActivity$2.dex
│ │ │ │ │ │ ├── ClientBarcodeActivity$3.dex
│ │ │ │ │ │ ├── ClientBarcodeActivity.dex
│ │ │ │ │ │ ├── MainActivity$1.dex
│ │ │ │ │ │ ├── MainActivity$2.dex
│ │ │ │ │ │ ├── MainActivity$3.dex
│ │ │ │ │ │ ├── MainActivity$4.dex
│ │ │ │ │ │ ├── MainActivity.dex
│ │ │ │ │ │ ├── R$drawable.dex
│ │ │ │ │ │ ├── R$id.dex
│ │ │ │ │ │ ├── R$layout.dex
│ │ │ │ │ │ ├── R$menu.dex
│ │ │ │ │ │ ├── R$string.dex
│ │ │ │ │ │ ├── R$style.dex
│ │ │ │ │ │ ├── R.dex
│ │ │ │ │ │ ├── ScannerSelectionBarcodeActivity$1.dex
│ │ │ │ │ │ ├── ScannerSelectionBarcodeActivity$2$1$1.dex
│ │ │ │ │ │ ├── ScannerSelectionBarcodeActivity$2$1.dex
│ │ │ │ │ │ ├── ScannerSelectionBarcodeActivity$2.dex
│ │ │ │ │ │ ├── ScannerSelectionBarcodeActivity$3.dex
│ │ │ │ │ │ ├── ScannerSelectionBarcodeActivity$4$1.dex
│ │ │ │ │ │ ├── ScannerSelectionBarcodeActivity$4$2.dex
│ │ │ │ │ │ ├── ScannerSelectionBarcodeActivity$4.dex
│ │ │ │ │ │ └── ScannerSelectionBarcodeActivity.dex
│ │ │ │ │ └── __content__.json
│ │ │ │ ├── dexMerger
│ │ │ │ │ └── debug
│ │ │ │ │ ├── 0
│ │ │ │ │ │ └── classes.dex
│ │ │ │ │ └── __content__.json
│ │ │ │ ├── externalLibsDexMerger
│ │ │ │ │ └── debug
│ │ │ │ │ ├── 0
│ │ │ │ │ │ └── classes.dex
│ │ │ │ │ └── __content__.json
│ │ │ │ ├── mergeJavaRes
│ │ │ │ │ └── debug
│ │ │ │ │ ├── 0.jar
│ │ │ │ │ └── __content__.json
│ │ │ │ └── mergeJniLibs
│ │ │ │ └── debug
│ │ │ │ └── __content__.json
│ │ │ └── outputs
│ │ │ ├── apk
│ │ │ │ └── debug
│ │ │ │ ├── app-debug.apk
│ │ │ │ └── output.json
│ │ │ └── logs
│ │ │ └── manifest-merger-debug-report.txt
│ │ ├── build.gradle
│ │ ├── libs
│ │ │ └── DataCollection.jar
│ │ └── src
│ │ └── main
│ │ ├── AndroidManifest.xml
│ │ ├── java
│ │ │ └── com
│ │ │ └── honeywell
│ │ │ └── barcodeexample
│ │ │ ├── AutomaticBarcodeActivity.java
│ │ │ ├── ClientBarcodeActivity.java
│ │ │ ├── MainActivity.java
│ │ │ └── ScannerSelectionBarcodeActivity.java
│ │ └── res
│ │ ├── drawable-hdpi
│ │ │ └── barcode_example_icon.png
│ │ ├── drawable-ldpi
│ │ │ └── barcode_example_icon.png
│ │ ├── drawable-mdpi
│ │ │ └── barcode_example_icon.png
│ │ ├── drawable-xhdpi
│ │ │ └── barcode_example_icon.png
│ │ ├── layout
│ │ │ ├── activity_barcode.xml
│ │ │ ├── activity_main.xml
│ │ │ ├── activity_selection_barcode.xml
│ │ │ └── scanner_select_dialog.xml
│ │ ├── menu
│ │ │ └── activity_main.xml
│ │ ├── values
│ │ │ ├── strings.xml
│ │ │ └── styles.xml
│ │ ├── values-v11
│ │ │ └── styles.xml
│ │ └── values-v14
│ │ └── styles.xml
│ ├── BarcodeExample_ContinuousScanning.iml
│ ├── build
│ │ └── android-profile
│ │ ├── profile-2017-12-26-08-52-38-013.json
│ │ ├── profile-2017-12-26-08-52-38-013.rawproto
│ │ ├── profile-2017-12-26-08-52-43-847.json
│ │ ├── profile-2017-12-26-08-52-43-847.rawproto
│ │ ├── profile-2017-12-26-08-52-59-664.json
│ │ ├── profile-2017-12-26-08-52-59-664.rawproto
│ │ ├── profile-2017-12-26-08-53-21-749.json
│ │ ├── profile-2017-12-26-08-53-21-749.rawproto
│ │ ├── profile-2017-12-26-08-54-43-618.json
│ │ ├── profile-2017-12-26-08-54-43-618.rawproto
│ │ ├── profile-2017-12-26-08-54-55-161.json
│ │ ├── profile-2017-12-26-08-54-55-161.rawproto
│ │ ├── profile-2017-12-26-08-55-14-993.json
│ │ ├── profile-2017-12-26-08-55-14-993.rawproto
│ │ ├── profile-2017-12-26-08-56-09-223.json
│ │ ├── profile-2017-12-26-08-56-09-223.rawproto
│ │ ├── profile-2017-12-26-08-56-25-438.json
│ │ ├── profile-2017-12-26-08-56-25-438.rawproto
│ │ ├── profile-2017-12-26-08-56-44-488.json
│ │ ├── profile-2017-12-26-08-56-44-488.rawproto
│ │ ├── profile-2017-12-26-08-59-39-387.json
│ │ ├── profile-2017-12-26-08-59-39-387.rawproto
│ │ ├── profile-2017-12-26-09-00-05-485.json
│ │ ├── profile-2017-12-26-09-00-05-485.rawproto
│ │ ├── profile-2017-12-26-09-27-20-519.json
│ │ ├── profile-2017-12-26-09-27-20-519.rawproto
│ │ ├── profile-2017-12-26-09-29-50-502.json
│ │ ├── profile-2017-12-26-09-29-50-502.rawproto
│ │ ├── profile-2017-12-26-09-30-03-272.json
│ │ ├── profile-2017-12-26-09-30-03-272.rawproto
│ │ ├── profile-2017-12-26-09-31-18-825.json
│ │ ├── profile-2017-12-26-09-31-18-825.rawproto
│ │ ├── profile-2017-12-26-09-31-44-262.json
│ │ ├── profile-2017-12-26-09-31-44-262.rawproto
│ │ ├── profile-2017-12-26-09-31-52-502.json
│ │ ├── profile-2017-12-26-09-31-52-502.rawproto
│ │ ├── profile-2017-12-26-09-41-32-788.json
│ │ ├── profile-2017-12-26-09-41-32-788.rawproto
│ │ ├── profile-2017-12-26-09-41-39-570.json
│ │ ├── profile-2017-12-26-09-41-39-570.rawproto
│ │ ├── profile-2017-12-26-09-48-58-489.json
│ │ ├── profile-2017-12-26-09-48-58-489.rawproto
│ │ ├── profile-2017-12-26-09-49-06-663.json
│ │ ├── profile-2017-12-26-09-49-06-663.rawproto
│ │ ├── profile-2017-12-26-09-51-09-058.json
│ │ ├── profile-2017-12-26-09-51-09-058.rawproto
│ │ ├── profile-2017-12-26-09-51-16-035.json
│ │ ├── profile-2017-12-26-09-51-16-035.rawproto
│ │ ├── profile-2017-12-26-09-52-36-507.json
│ │ ├── profile-2017-12-26-09-52-36-507.rawproto
│ │ ├── profile-2017-12-26-09-52-46-824.json
│ │ ├── profile-2017-12-26-09-52-46-824.rawproto
│ │ ├── profile-2017-12-26-09-54-01-418.json
│ │ ├── profile-2017-12-26-09-54-01-418.rawproto
│ │ ├── profile-2017-12-26-09-54-11-120.json
│ │ ├── profile-2017-12-26-09-54-11-120.rawproto
│ │ ├── profile-2017-12-26-13-18-35-274.json
│ │ ├── profile-2017-12-26-13-18-35-274.rawproto
│ │ ├── profile-2017-12-26-13-19-46-786.json
│ │ ├── profile-2017-12-26-13-19-46-786.rawproto
│ │ ├── profile-2017-12-26-13-22-17-273.json
│ │ ├── profile-2017-12-26-13-22-17-273.rawproto
│ │ ├── profile-2017-12-26-13-22-25-740.json
│ │ ├── profile-2017-12-26-13-22-25-740.rawproto
│ │ ├── profile-2017-12-26-13-23-55-350.json
│ │ ├── profile-2017-12-26-13-23-55-350.rawproto
│ │ ├── profile-2017-12-26-13-29-14-620.json
│ │ ├── profile-2017-12-26-13-29-14-620.rawproto
│ │ ├── profile-2017-12-26-13-29-23-097.json
│ │ ├── profile-2017-12-26-13-29-23-097.rawproto
│ │ ├── profile-2017-12-26-13-43-46-255.json
│ │ ├── profile-2017-12-26-13-43-46-255.rawproto
│ │ ├── profile-2017-12-26-13-43-55-299.json
│ │ ├── profile-2017-12-26-13-43-55-299.rawproto
│ │ ├── profile-2017-12-26-13-47-35-946.json
│ │ ├── profile-2017-12-26-13-47-35-946.rawproto
│ │ ├── profile-2017-12-26-13-49-15-092.json
│ │ ├── profile-2017-12-26-13-49-15-092.rawproto
│ │ ├── profile-2017-12-26-13-49-56-159.json
│ │ ├── profile-2017-12-26-13-49-56-159.rawproto
│ │ ├── profile-2017-12-26-13-50-06-402.json
│ │ ├── profile-2017-12-26-13-50-06-402.rawproto
│ │ ├── profile-2017-12-26-13-51-21-833.json
│ │ ├── profile-2017-12-26-13-51-21-833.rawproto
│ │ ├── profile-2017-12-26-13-51-31-728.json
│ │ ├── profile-2017-12-26-13-51-31-728.rawproto
│ │ ├── profile-2017-12-26-13-54-19-760.json
│ │ ├── profile-2017-12-26-13-54-19-760.rawproto
│ │ ├── profile-2017-12-26-13-54-29-172.json
│ │ ├── profile-2017-12-26-13-54-29-172.rawproto
│ │ ├── profile-2017-12-26-13-55-04-596.json
│ │ ├── profile-2017-12-26-13-55-04-596.rawproto
│ │ ├── profile-2017-12-26-13-55-16-051.json
│ │ ├── profile-2017-12-26-13-55-16-051.rawproto
│ │ ├── profile-2017-12-26-13-56-18-860.json
│ │ ├── profile-2017-12-26-13-56-18-860.rawproto
│ │ ├── profile-2017-12-26-13-56-24-940.json
│ │ ├── profile-2017-12-26-13-56-24-940.rawproto
│ │ ├── profile-2017-12-26-13-59-14-387.json
│ │ ├── profile-2017-12-26-13-59-14-387.rawproto
│ │ ├── profile-2017-12-26-13-59-21-560.json
│ │ ├── profile-2017-12-26-13-59-21-560.rawproto
│ │ ├── profile-2017-12-27-13-58-13-246.json
│ │ ├── profile-2017-12-27-13-58-13-246.rawproto
│ │ ├── profile-2017-12-27-14-02-38-330.json
│ │ ├── profile-2017-12-27-14-02-38-330.rawproto
│ │ ├── profile-2017-12-27-14-09-09-454.json
│ │ ├── profile-2017-12-27-14-09-09-454.rawproto
│ │ ├── profile-2017-12-27-14-09-15-781.json
│ │ ├── profile-2017-12-27-14-09-15-781.rawproto
│ │ ├── profile-2017-12-27-14-13-04-836.json
│ │ ├── profile-2017-12-27-14-13-04-836.rawproto
│ │ ├── profile-2017-12-27-14-13-13-267.json
│ │ ├── profile-2017-12-27-14-13-13-267.rawproto
│ │ ├── profile-2017-12-27-14-22-22-553.json
│ │ ├── profile-2017-12-27-14-22-22-553.rawproto
│ │ ├── profile-2017-12-27-14-22-30-817.json
│ │ ├── profile-2017-12-27-14-22-30-817.rawproto
│ │ ├── profile-2017-12-27-14-24-36-024.json
│ │ ├── profile-2017-12-27-14-24-36-024.rawproto
│ │ ├── profile-2017-12-27-14-26-27-468.json
│ │ ├── profile-2017-12-27-14-26-27-468.rawproto
│ │ ├── profile-2017-12-27-16-00-30-923.json
│ │ ├── profile-2017-12-27-16-00-30-923.rawproto
│ │ ├── profile-2017-12-27-16-00-41-235.json
│ │ ├── profile-2017-12-27-16-00-41-235.rawproto
│ │ ├── profile-2017-12-27-16-17-07-054.json
│ │ ├── profile-2017-12-27-16-17-07-054.rawproto
│ │ ├── profile-2017-12-27-16-17-17-166.json
│ │ ├── profile-2017-12-27-16-17-17-166.rawproto
│ │ ├── profile-2018-01-04-09-47-03-969.json
│ │ ├── profile-2018-01-04-09-47-03-969.rawproto
│ │ ├── profile-2018-01-04-09-47-55-110.json
│ │ ├── profile-2018-01-04-09-47-55-110.rawproto
│ │ ├── profile-2018-01-04-11-47-05-250.json
│ │ ├── profile-2018-01-04-11-47-05-250.rawproto
│ │ ├── profile-2018-01-04-11-50-37-145.json
│ │ ├── profile-2018-01-04-11-50-37-145.rawproto
│ │ ├── profile-2018-01-04-12-11-56-891.json
│ │ ├── profile-2018-01-04-12-11-56-891.rawproto
│ │ ├── profile-2018-01-04-12-12-13-541.json
│ │ ├── profile-2018-01-04-12-12-13-541.rawproto
│ │ ├── profile-2018-01-04-12-19-07-761.json
│ │ ├── profile-2018-01-04-12-19-07-761.rawproto
│ │ ├── profile-2018-01-04-12-19-42-359.json
│ │ ├── profile-2018-01-04-12-19-42-359.rawproto
│ │ ├── profile-2018-01-04-12-20-25-738.json
│ │ ├── profile-2018-01-04-12-20-25-738.rawproto
│ │ ├── profile-2018-01-04-12-28-03-607.json
│ │ ├── profile-2018-01-04-12-28-03-607.rawproto
│ │ ├── profile-2018-01-04-12-28-26-191.json
│ │ ├── profile-2018-01-04-12-28-26-191.rawproto
│ │ ├── profile-2018-01-04-12-31-21-623.json
│ │ ├── profile-2018-01-04-12-31-21-623.rawproto
│ │ ├── profile-2018-01-04-12-31-34-670.json
│ │ ├── profile-2018-01-04-12-31-34-670.rawproto
│ │ ├── profile-2018-01-04-12-33-21-502.json
│ │ ├── profile-2018-01-04-12-33-21-502.rawproto
│ │ ├── profile-2018-01-04-12-33-33-904.json
│ │ ├── profile-2018-01-04-12-33-33-904.rawproto
│ │ ├── profile-2018-01-04-12-38-32-585.json
│ │ ├── profile-2018-01-04-12-38-32-585.rawproto
│ │ ├── profile-2018-01-04-12-38-38-735.json
│ │ ├── profile-2018-01-04-12-38-38-735.rawproto
│ │ ├── profile-2018-01-04-12-41-03-792.json
│ │ ├── profile-2018-01-04-12-41-03-792.rawproto
│ │ ├── profile-2018-01-04-12-41-11-728.json
│ │ ├── profile-2018-01-04-12-41-11-728.rawproto
│ │ ├── profile-2018-01-04-12-42-30-780.json
│ │ ├── profile-2018-01-04-12-42-30-780.rawproto
│ │ ├── profile-2018-01-04-12-42-37-825.json
│ │ ├── profile-2018-01-04-12-42-37-825.rawproto
│ │ ├── profile-2018-01-04-12-45-11-116.json
│ │ ├── profile-2018-01-04-12-45-11-116.rawproto
│ │ ├── profile-2018-01-04-12-45-35-824.json
│ │ ├── profile-2018-01-04-12-45-35-824.rawproto
│ │ ├── profile-2018-01-04-12-49-02-566.json
│ │ ├── profile-2018-01-04-12-49-02-566.rawproto
│ │ ├── profile-2018-01-04-12-49-09-497.json
│ │ ├── profile-2018-01-04-12-49-09-497.rawproto
│ │ ├── profile-2018-01-04-12-51-51-689.json
│ │ ├── profile-2018-01-04-12-51-51-689.rawproto
│ │ ├── profile-2018-01-04-12-52-00-129.json
│ │ ├── profile-2018-01-04-12-52-00-129.rawproto
│ │ ├── profile-2018-01-04-12-54-14-310.json
│ │ ├── profile-2018-01-04-12-54-14-310.rawproto
│ │ ├── profile-2018-01-04-12-54-23-015.json
│ │ ├── profile-2018-01-04-12-54-23-015.rawproto
│ │ ├── profile-2018-01-04-12-54-56-526.json
│ │ ├── profile-2018-01-04-12-54-56-526.rawproto
│ │ ├── profile-2018-01-04-12-56-35-931.json
│ │ ├── profile-2018-01-04-12-56-35-931.rawproto
│ │ ├── profile-2018-01-04-12-56-50-636.json
│ │ ├── profile-2018-01-04-12-56-50-636.rawproto
│ │ ├── profile-2018-01-04-12-58-41-517.json
│ │ ├── profile-2018-01-04-12-58-41-517.rawproto
│ │ ├── profile-2018-01-04-12-58-53-049.json
│ │ ├── profile-2018-01-04-12-58-53-049.rawproto
│ │ ├── profile-2018-01-04-13-12-24-051.json
│ │ ├── profile-2018-01-04-13-12-24-051.rawproto
│ │ ├── profile-2018-01-04-13-12-42-331.json
│ │ ├── profile-2018-01-04-13-12-42-331.rawproto
│ │ ├── profile-2018-01-04-18-19-23-790.json
│ │ ├── profile-2018-01-04-18-19-23-790.rawproto
│ │ ├── profile-2018-01-04-18-19-36-409.json
│ │ ├── profile-2018-01-04-18-19-36-409.rawproto
│ │ ├── profile-2018-01-04-18-24-14-894.json
│ │ ├── profile-2018-01-04-18-24-14-894.rawproto
│ │ ├── profile-2018-01-04-18-24-22-784.json
│ │ ├── profile-2018-01-04-18-24-22-784.rawproto
│ │ ├── profile-2018-01-04-18-25-19-413.json
│ │ ├── profile-2018-01-04-18-25-19-413.rawproto
│ │ ├── profile-2018-01-04-18-25-32-453.json
│ │ ├── profile-2018-01-04-18-25-32-453.rawproto
│ │ ├── profile-2018-01-04-18-35-13-579.json
│ │ ├── profile-2018-01-04-18-35-13-579.rawproto
│ │ ├── profile-2018-01-04-18-35-33-415.json
│ │ ├── profile-2018-01-04-18-35-33-415.rawproto
│ │ ├── profile-2018-01-04-18-41-46-351.json
│ │ ├── profile-2018-01-04-18-41-46-351.rawproto
│ │ ├── profile-2018-01-04-18-42-13-056.json
│ │ └── profile-2018-01-04-18-42-13-056.rawproto
│ ├── build.gradle
│ ├── gradle
│ │ └── wrapper
│ │ ├── gradle-wrapper.jar
│ │ └── gradle-wrapper.properties
│ ├── gradlew
│ ├── gradlew.bat
│ ├── import-summary.txt
│ ├── local.properties
│ └── settings.gradle
├── BarcodeExample_ContinuousScanning.zip
├── EDA50 SDK 实现连续扫描及定时关闭扫描头demo.pdf
└── HoneyDemo_Hellen.apk
101 directories, 371 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论