https://github.com/dynamsoft/barcode-reader-mobile
https://github.com/dynamsoft/barcode-reader-mobile
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dynamsoft/barcode-reader-mobile
- Owner: Dynamsoft
- License: other
- Created: 2024-12-20T07:35:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-30T06:30:48.000Z (9 months ago)
- Last Synced: 2025-05-30T08:10:03.398Z (9 months ago)
- Language: Java
- Size: 1.18 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Dynamsoft BarcodeScanner for Android and iOS Editions
The **Dynamsoft BarcodeScanner** is a ready-to-use component built on the [Dynamsoft Barcode Reader SDK](https://www.dynamsoft.com/barcode-reader/overview/). This repository contains the source code for both Android and iOS editions, enabling developers to integrate barcode scanning functionality into their mobile applications easily.
## Features
- High-performance barcode scanning with support for various symbologies.
- Easy integration for Android and iOS projects.
## How to Use
### **Android Integration**
1. **Download Source Code**
- Navigate to the `android/src` folder in this repository and download the source code. Modify the code according to your project requirements.
2. **Import `DynamsoftBarcodeReaderBundle/dynamsoftbarcodereaderbundle` as a Module**
- In Android Studio, go to File > New > Import Module.
- Select the `DynamsoftBarcodeReaderBundle/dynamsoftbarcodereaderbundle` directory and follow the prompts to add it to your project.
3. **Add the module dependency to your app's `build.gradle` file:**
```groovy
dependencies {
implementation project(':dynamsoftbarcodereaderbundle')
}
```
4. **Sync Your Project**
- Sync the Gradle files to ensure the dependency is correctly loaded.
### **iOS Integration**
1. **Download Source Code**
- Navigate to the `ios/src` folder in this repository and download the source code. Modify the code as per your project needs.
2. **Add `DynamsoftBarcodeReaderBundle` to Your Xcode Project**
- Drag the `DynamsoftBarcodeReaderBundle.xcodeproj` into your Xcode project.
3. **Verify Dependencies**
- Verify that the necessary libraries and frameworks (e.g., `DynamsoftCaptureVisionBundle`, etc.) are linked in your Xcode project's settings.
## Support
For assistance, feel free to contact us:
- **Website**: [https://www.dynamsoft.com](https://www.dynamsoft.com)
- **Contact**: [https://www.dynamsoft.com/company/contact/](https://www.dynamsoft.com/company/contact/)