-
+2 is used on magazines to denote issue number and on older comic books.
+5 is used on comic books to denote printing, variant, and issue number. It's used on books to denote retail price.
Both ar…
-
-
Android Studio 3.6
in app/build.gradle:
`implementation 'com.journeyapps:zxing-android-embedded:3.5.0'`
in fragment
```
@Nullable
@Override
public View onCreateView(LayoutInf…
-
@xulihang 你的app问题请到这里提.
@ryanaltair 你提出的 idea, 请仔细描述下你的需求; 不过大致的问题应该还是后端吧
最后问下, 你扫码的核心功能应该是用Java实现的吧, 因为Basic4Android是个很小的生态系统, 和我的其他安卓项目是不通的. 估计你用的是现成的 zxing 库
xen0n updated
10 years ago
-
_From @MartijnR on June 4, 2015 20:44_
Not sure if feasible to use webcam and parse barcode on client.
_Copied from original issue: kobotoolbox/enketo-express#217_
-
Hi! I've been messing around with ScanTest (branch iOS4) for quite a few hours, and I can't get it to work on the iphone simulator.
After building the app successfully, upon clicking "Scan", I'm t…
-
It'd be nice to have in the README a brief example of the command used to run ILMerge for producing the exe.
-
in the Wi-Fi code format there are a few special characters, one of them is the semicolon `;`
if the SSID or the password contains a special character sadly the library does not handle this, and it…
ghost updated
9 months ago
-
### 温馨提示
**README**中描述**ZXingLite**的几种集成方式,在**App**中基本都有对应的集成源码示例。所以当出现问题时,最好先参考 **[源码示例](https://github.com/jenly1314/ZXingLite/tree/master/app/src/main/java/com/king/zxing/app)** 来确认集成步骤没有错漏。
##…
-
When I set IsScanning and IsAnalyzing to true in OnAppearing of ContentPage that contains a ZXingScannerView I'm getting a video stream from the back camera. Barcode recognition doesn't work (see #967…