zxing-android-embedded
zxing-android-embedded copied to clipboard
scaner putting "I" at start
i am scanning one bar code and i don't know why it's putting "I" at start
i am trying to scan this image but i am getting extra "I" in output
i am getting
i thought maybe barcode is wrong but then i try to scan with third party scanner app and it's not getting extra "i" in that app
this is my code
<com.journeyapps.barcodescanner.DecoratedBarcodeView
android:id="@+id/barcode_scanner"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_alignParentTop="true"
app:layout_constraintBottom_toBottomOf="parent"
app:zxing_scanner_layout="@layout/custom_barcode_scanner"
app:layout_constraintTop_toTopOf="@id/view19">
</com.journeyapps.barcodescanner.DecoratedBarcodeView>
please suggest me what is wrong
Hi @Miteshmakwana73 , did you find any solution for this?