Qr : Read and Create Bar Code offline

@vknow360 @Boban today 1/4/2020

the extension working in companion but not working as a apk , i tried on 3 devices .

It also hardly exported to apk

Hi @Nader_El-Sayed
Due to some internet problems I am not able to see/download video.
So can you elaborate more about the issue?

this is a gif

the app donā€™t open ,It also hardly exported to apk , but when iā€™m try it by companion itā€™s working

@vknow360

Have you put barcode scanner component?

no , i just want to decode the qr code .

and yesterday i tried my test apk and it worked with out any problems

Actually there are some dependencies (even I donā€™t know) which are not available in Zxing class and somehow available in barcode scanner component so sometimes it crashes app when there is no barcode scanner component.
Try using thatā€¦

1 Like

i will try now and tell you , thank you :slightly_smiling_face:

1 Like

@vknow360 yes itā€™s working now , thank you my friend . :innocent: :blush:

Itā€™s my pleasure and work to answer questions related to my extensions :smile:

1 Like

@vknow360 but do you know ? :sweat_smile:

I still canā€™t find a solution to my other problem :sweat_smile:

Sorry but I am thinking about thatā€¦next update will replace that feature :+1:

1 Like

thank you , iā€™m realŁ…y waiting for this great extension :blush:

as workaround you can copy the image to the internal sdcrd and read the qr code from there
Taifun

1 Like

Is there any way that "when the user chooses an image via an image picker, it is automatically copied to the main memory and then the path is imported into the qr decode extension?

@Taifun

no
but what about using the file component or the file extension to copy?

Taifun

1 Like

i will try this

Hi @Nader_El-Sayed
After reading this:

I am totally confused between main memory and external storage(sd card).
Can you solve my confusion?

1 Like

@vknow360 The main memory is the memory integrated with the phone and its path in my phone (/storage/emulated/0)

sd card is the card that is placed in the phone to increase the space and its path in my phone (/storage/D08E-901D)

and this is a test by taifun file extension >>>>

a072a36a638133f736e7c559b38f3cff4ae8ddce_2_250x500

@vknow360 The problem is that when using your extension, the extension adds an automatic path (/storage/emulated/0) to any other path that the user enters in any way ā€¦

One more questionā€¦
Where is qr generated with extension?
In phone memory or external storage.