-
Notifications
You must be signed in to change notification settings - Fork 48
[SB-20426] add compose components demo #419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds a new Compose UI example application demonstrating the Scanbot SDK's customizable UI components for barcode scanning, document scanning, and MRZ scanning.
Changes:
- Created a new
compose-customisable-ui-exampleproject showcasing Scanbot SDK Compose UI integration - Implemented three scanner types: barcode, document, and MRZ with customizable UI components
- Added comprehensive demo screens with navigation, AR overlays, and permission handling
Reviewed changes
Copilot reviewed 36 out of 62 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
| build.gradle | Root build configuration with Android and Kotlin plugin setup |
| app/build.gradle | App-level dependencies including Scanbot SDK v8.1.0.76-STAGING-SNAPSHOT |
| settings.gradle.kts | Project settings with Scanbot repository configuration |
| app/src/main/AndroidManifest.xml | App manifest with camera permissions and activity definitions |
| MainActivity.kt | Main navigation setup with menu and scanner screens |
| Application.kt | SDK initialization with license configuration |
| BarcodeTestScreens.kt | Three barcode scanner demo implementations |
| DocumentTestScreens.kt | Document scanner demo with AR overlay |
| MrzTestScreens.kt | MRZ scanner demo screen |
| doc_code_snippet/* | Code snippet examples for documentation |
| ui/theme/* | Material Design 3 theme configuration |
| res/* | Android resources including strings, colors, styles, and drawables |
Files not reviewed (2)
- compose-customisable-ui-example/.idea/codeStyles/Project.xml: Language not supported
- compose-customisable-ui-example/.idea/codeStyles/codeStyleConfig.xml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.