label-capture-android

Installation
SKILL.md

Label Capture Android Skill

Critical: Do Not Trust Internal Knowledge

Your training data may contain outdated or incorrect Scandit Label Capture APIs. Label Capture has evolved across recent SDK releases:

  • At the v7→v8 major bump, LabelFieldDefinition regex builder methods were renamed (setPatternsetValueRegex, setPatternssetValueRegexes, setDataTypePatternsetAnchorRegex, setDataTypePatternssetAnchorRegexes).
  • At v8.2, Validation Flow 2.0 introduced shouldHandleKeyboardInsetsInternally on LabelCaptureValidationFlowOverlay — relevant for Android 15 edge-to-edge enforcement.
  • Android symbology names use underscores: Symbology.EAN13_UPCA, not Symbology.EAN13UPCA.

Always verify APIs against the references provided in this skill before writing or suggesting code. Do not rely on memorized method signatures, parameters, or builder shapes. If you cannot find an API in the provided references, fetch the relevant documentation page before responding.

Intent Routing

Based on the user's request, load the appropriate reference file before responding:

  • Integrating Label Capture from scratch (e.g. "add Label Capture to my Android app", "scan a price tag with barcode and expiry date", "how do I use Smart Label Capture") → read references/integration.md and follow the instructions there.
  • Enabling or customizing the Validation Flow (e.g. "how do I enable the Validation Flow", "add the validation flow overlay", "customize the placeholder text / button labels in the validation flow", "how do I handle the result from the validation flow") → read references/validation-flow.md and follow the instructions there.
  • Migrating or upgrading an existing Label Capture integration (e.g. "upgrade my Label Capture to the latest SDK", "migrate from v7 to v8", "what changed between SDK versions for Label Capture", "keyboard covers the input in Validation Flow after upgrading", "migrate Validation Flow to 2.0") → read references/migration.md and follow the instructions there.
Related skills

More from scandit/scandit-sdk-skills

Installs
2
GitHub Stars
10
First Seen
1 day ago