Xamarin Android Tutorial - Read QR Code with ZXing

Поділитися
Вставка
  • Опубліковано 24 гру 2024

КОМЕНТАРІ • 86

  • @SanongPenmongkol
    @SanongPenmongkol Рік тому +1

    ZXingXamarinAndroid can be used within Xamarin.Forms Or only Native code. ?

    • @eddydn71
      @eddydn71  Рік тому

      Use only for Xamarin Native my bro

    • @ergrejt2676
      @ergrejt2676 8 місяців тому

      @@eddydn71 Hi, I have weird problem. The qr scanner works perfectly on emulator, but on physical phone scans endlessly without any effect. Could U help me?

  • @testtest-yn8gn
    @testtest-yn8gn 3 роки тому +1

    thank you for your tutorial , i use your tutorial and scan barcode fine , then send code to other activity , in next activity i have a button to scan again , after using finish function return to main activity ; but scan is freeze and doesn't scan another barcode ... please help .

    • @eddydn71
      @eddydn71  3 роки тому

      Try call stop method in onStop() of mainActivity

  • @abdelkaderchihabeddinebena2227
    @abdelkaderchihabeddinebena2227 5 років тому +1

    Thanks bro
    Pls i have a question :
    What should i learn Xamarin or Flutter or React Native in ur opinion which one is the best ?

    • @rogercolque
      @rogercolque 5 років тому +2

      with Xmarin Forms its for me more easy for me because its easy to use listview consume Http webservices, but in design a little more difficult ;D

    • @eddydn71
      @eddydn71  5 років тому +1

      If you good at C# , use Xamarin , Microsoft support it :D
      Or Flutter , with Dart , and Google support it :D

    • @abdelkaderchihabeddinebena2227
      @abdelkaderchihabeddinebena2227 5 років тому

      So it's more credible to say Google vs Microsoft xD
      thanks bro

    • @Franyksity
      @Franyksity 5 років тому

      @@eddydn71 Could you, please create standalone Barber Booking application on Flutter for both platforms?

  • @hater3.0hatel92
    @hater3.0hatel92 Рік тому

    Is there a way to add a cancel button to stop scanning? Cause i was trying to upload my app on App Store but they didn't accept it bc I don't have that option.

  • @TheKittyGamer5
    @TheKittyGamer5 5 років тому +2

    Why don't you create AR project with Vuforia in Android Studio?

    • @eddydn71
      @eddydn71  5 років тому

      :) Because i already have tutorial with Unity about Vuforia

    • @TheKittyGamer5
      @TheKittyGamer5 5 років тому

      @@eddydn71 No. Why don't you have tutorial with Android Studio about Vuforia?

    • @TheKittyGamer5
      @TheKittyGamer5 5 років тому

      @@eddydn71 Please!

  • @shazwieharith8548
    @shazwieharith8548 4 роки тому +1

    how did you get the qr code to be on the table? i didnt get anything only a room with a tv

    • @eddydn71
      @eddydn71  4 роки тому

      In settings of Android Emulator have 2 options to display image

    • @shazwieharith8548
      @shazwieharith8548 4 роки тому

      @@eddydn71 oh found it.thank you

  • @rainerbarnekow8026
    @rainerbarnekow8026 5 років тому +1

    Hi, thank you for this nice tutorial. However, I'm facing a problem when trying to compile. The error message is "unbound prefix" at the position
    Do you have an idea how to solve it? (your nuget package is installed)
    It looks like the xml parser can not handle EDMTDev.ZXingXamarinAndroid.ZXingScannerView.
    Thank you in advance.

    • @eddydn71
      @eddydn71  5 років тому

      Have you install package from Nuget

    • @rainerbarnekow8026
      @rainerbarnekow8026 5 років тому

      Yes, sure (ZXing.XamarinAndroid by eddydn v1.0.0)

    • @rainerbarnekow8026
      @rainerbarnekow8026 5 років тому

      Hello, it has been fixed. I had 2 very stupid type mismatches in my code. Somehow I was blind yesterday. Sorry for bothering.

    • @glitchgrid5088
      @glitchgrid5088 4 роки тому

      @@rainerbarnekow8026 what were they?

  • @CarlosFloran
    @CarlosFloran 4 роки тому +1

    thank you.
    Is possible continuous scan???

  • @maxpanama1516
    @maxpanama1516 Рік тому

    Now 23 years already I tried to install Dexter It won't install, the link in solution explorer has an exclamation mark, although it says in package management that the package is installed. I didn't manage to solve this problem. How to solve it??

  • @pearld8259
    @pearld8259 4 роки тому +1

    Hi, Can you tell me how to save the generated QR code image to local device folder?

    • @eddydn71
      @eddydn71  4 роки тому +1

      Dear ! You can generate it like an Bitmap and save this bitmap to your storage :D

    • @pearld8259
      @pearld8259 4 роки тому

      @@eddydn71 how to do that? It does not let me convert the source into stream.

    • @pearld8259
      @pearld8259 4 роки тому

      Hi, i it worked. Thanks a lot for your help.

  • @MrSayross
    @MrSayross 4 роки тому +1

    Hello, is it possible to download the sample code? I´m working on one application where I have to only scan QR code Format and no other format as Barcode. Do you know how to do that please?

    • @eddydn71
      @eddydn71  4 роки тому +1

      ZXing support multi type of Bar code, please enable it in code :) Read on ZXing document my dear

  • @RAYSHORTS648
    @RAYSHORTS648 2 роки тому

    Is it possible to save the scanned qr code to a database?

  • @hariharan8362
    @hariharan8362 5 років тому +1

    upload pdf in andriod studio using volley?

  • @fritzgerlin7884
    @fritzgerlin7884 5 років тому +1

    Do you think that xamarin is still relevant today ? Now with flutter , react native , ionic , Android native and iOS native

    • @eddydn71
      @eddydn71  5 років тому

      ^^ Haha still relevant my dear :D

  • @ganeshadabala7664
    @ganeshadabala7664 5 років тому

    Hi,
    Can you tell me how to scan a licence by capturing an image using camera. The camera should have a rectangular overlay such that the image inside the overlay only needs to be captured. Can you please help me with this functionality?

  • @vinayakrishnak5507
    @vinayakrishnak5507 3 роки тому

    Nice video. :) When I try to scan the Kanji QR code (double byte) camera doesn't get closed and qr is not read. Can you suggest the better approach for this?

    • @eddydn71
      @eddydn71  3 роки тому

      That mean this code is not support Kanji QR type, my bro

    • @vinayakrishnak5507
      @vinayakrishnak5507 3 роки тому

      @@eddydn71 Yes. I tried to with many other ways, and done google a lot. links or suggestions didn't worked out for this specific QR. I raised this issue in github. but no useful info. Do you know any library which i can give a try?
      github.com/Bacon/BaconQrCode/issues/81

  • @tiernanmorgan1753
    @tiernanmorgan1753 5 років тому +1

    you should do a firebase Xamarin C# secure follower/following system

  • @avemaria3978
    @avemaria3978 5 років тому +3

    I am waiting for "flutter tutorial - read QR code"😂

    • @eddydn71
      @eddydn71  5 років тому

      Already do that and just wait it publish :D

  • @doublonmoule30
    @doublonmoule30 3 роки тому +1

    Java.Lang.NoClassDefFoundError: 'Failed resolution of: Landroidx/arch/core/executor/ArchTaskExecutor;'

    • @eddydn71
      @eddydn71  3 роки тому

      Hi, try don't use AndroidX, because this library doesn't support AndroidX now

    • @doublonmoule30
      @doublonmoule30 3 роки тому

      @@eddydn71 Ok thx

  • @aliheydari3164
    @aliheydari3164 5 років тому +1

    Hi engineer. Good time
    Can I please Tutorial about Flutter . Pleaseeeee

    • @eddydn71
      @eddydn71  5 років тому +1

      I will try my dear :D It will available soon :D

  • @Optiora
    @Optiora 4 роки тому +1

    i couldnt find nuget of it

    • @eddydn71
      @eddydn71  4 роки тому

      Follow my tutorial my bro, you can see i install it from Nuget

    • @Optiora
      @Optiora 4 роки тому

      @@eddydn71 can you share your nuget link ?

    • @Optiora
      @Optiora 4 роки тому +1

      why Dexter wont detect com.karumi.dexter ?
      any changes ?

    • @eddydn71
      @eddydn71  4 роки тому

      @@Optiora You must install it from Nuget, after that clean and rebuild project

  • @reality8871
    @reality8871 4 роки тому +1

    Thanks, very much!

    • @eddydn71
      @eddydn71  4 роки тому

      You're welcome my bro :D

  • @serk-s
    @serk-s 4 роки тому +1

    Watching this video was a pain in the butt...but thanks

    • @eddydn71
      @eddydn71  4 роки тому

      You're welcome my bro

  • @rogercolque
    @rogercolque 5 років тому +1

    with Xamarin Forms now :D

    • @eddydn71
      @eddydn71  5 років тому

      ^^ I will try my dear :D