Implement Barcode QR Scanner in Android Studio Barcode Reader | Cambo Tutorial

Поделиться
HTML-код
  • Опубликовано: 31 май 2024
  • Title: Implement Barcode QR Scanner in Android Studio Barcode Reader | Cambo Tutorial
    ►► Source code : • Scanner QR Code In And...
    ►► ZXing Android Embedded github.com/journeyapps/zxing-...
    ✅ Article cambotutorial.com/article/10-...
    ✅QR Generator • How to Generate QR Cod...
    ✅Android Support Multiple Language • How to Implement Andro...
    ✅Android In-App Review • Rating 5 Stars In-App ...
    ✅Android In-App Update • Android Show Update Av...
    ✅Convert Web to Android App • How to Convert Web to ...
    For more tips and quick code in programming development tutorials on the channel homepage...
    CONNECT WITH ME
    SUBSCRIBE ruclips.net/user/cambotutorial...
    Facebook - cambotutorial
    Website - cambotutorial.com/
    ============================
    Music : RUclips Audio Library
    Template Subscription : mixkit.co/

Комментарии • 70

  • @phillipteano3385
    @phillipteano3385 Год назад +5

    May i ask if theres a way to copy the text after you scan a barcode?

  • @facavocemesmo2023
    @facavocemesmo2023 Год назад +3

    Melhor que já vi. Parabéns!

  • @Vindener
    @Vindener Год назад +1

    Thank you so much for it. You save my time and nerves!😄

  • @mretineh1172
    @mretineh1172 2 месяца назад

    Thank you very much for this. It solved my Orientation issue

  • @Mani_business
    @Mani_business Год назад

    that is very helpfull video that was impliment in my project .So that is vey help full
    Thank You🙏🙏🙏

  • @rbtrabbisky1013
    @rbtrabbisky1013 Год назад

    Well , amazing app on your tour ! thanks pal ! you did me a lot fav , thanks again !

  • @glenmarkanduiza8462
    @glenmarkanduiza8462 Год назад

    What a great video tutorial. Thank dude!

  • @gonzalocolmenarez1929
    @gonzalocolmenarez1929 9 месяцев назад

    Muchas gracias amigo. desde Venezuela

  • @agmcz
    @agmcz Год назад

    Thank you for this tut.

  • @drackon1995
    @drackon1995 2 года назад

    Excellent video!!!

  • @jazevangelio
    @jazevangelio 2 года назад +2

    Wow, works great for me! I just want to ask what is the purpose of the CaptureAct activity class that was created? Should I just leave it all blank or I can put some specific codes inside it? Thank you!

    • @CamboTutorial
      @CamboTutorial  2 года назад

      I explained in video ready, there is no code to implement.

    • @audreyjensen666
      @audreyjensen666 8 месяцев назад +2

      The purpose is that you extend CaptureActivity class from CaptureAct class. So you get some features from Zxing library. 03:47

  • @monoromrin8177
    @monoromrin8177 Год назад

    Hello combo, can you tell me how to switch dark mode while running time and notify to all fragment.

  • @williamdaniellenz518
    @williamdaniellenz518 2 года назад

    Nice work! Thanks!

  • @oneke4498
    @oneke4498 2 года назад +1

    Awesome! Helped a lot, thanks!

  • @LehlohonoloLehloenya
    @LehlohonoloLehloenya 8 месяцев назад +1

    best qr scanner video ever thanks

  • @mubashirzaheer9420
    @mubashirzaheer9420 2 года назад

    Awesome video

  • @udaydodiya5311
    @udaydodiya5311 Год назад +3

    your tutorial is great is very helpful for me its very easy to implement thank you

  • @mexico4915
    @mexico4915 2 года назад

    Hi i run into a issue on web app and i don't know how to fixed
    net::ERR_UNKNOWN_URL_SCHEME can you help me
    Thank you

  • @bkshows9141
    @bkshows9141 Год назад

    thanks bro, can barcode frame height as barcode size

  • @williamtapeyim1226
    @williamtapeyim1226 Год назад

    Hello, I'm kinda new to mobile development...and I have a concern that I'd like someone to explain to me please. My concern is this: I sometimes use applications capable of solving mathematical equations by simply filming on a notebook or a support (I am not interested in the mathematical part 😅) I would just like to know how and with which instruction (C#, .net ...I don't really know) we retrieve the equation written on the notebook through the camera... And I would also like to know if it's possible to create an application that communicates with offline software (like bluetooth...) thank you!

    • @Psychopatz
      @Psychopatz Год назад

      you're in a wrong video. you must use OCR instead of a barcode scanner

  • @epox5750
    @epox5750 Месяц назад

    Realy good Guide. Thank you :)

    • @imd2659
      @imd2659 6 дней назад

      is your scanner working , which version are you using ????

    • @epox5750
      @epox5750 6 дней назад

      @@imd2659 yeah its working. i use the 4.3.0 zxing like in this video on Target sdk 34

  • @user-tr5rk1bh1n
    @user-tr5rk1bh1n 6 месяцев назад

    How to display different device information by recognizing different QR codes

  • @arielcambronero3340
    @arielcambronero3340 Год назад

    Thanks for this :)

  • @blueline2694
    @blueline2694 Год назад

    So smooth

  • @jamesbrianvillar8210
    @jamesbrianvillar8210 Год назад

    How can I make this to Attendance code list

  • @ivaiivanovich9586
    @ivaiivanovich9586 Год назад

    Very very thanks!!!

  • @dams9213
    @dams9213 Год назад

    amazing

  • @onurmertboybek8031
    @onurmertboybek8031 Год назад

    Thanks

  • @weychenengcuadrado8129
    @weychenengcuadrado8129 6 месяцев назад

    AMAZING!!!!

  • @androidcr7596
    @androidcr7596 Год назад

    Hi thanks for tutorial
    i don't show it with activity for result
    i want show into frame layout example one fragment
    i don't have idea for it
    can you help me ?

    • @user-vv7xx1xs9c
      @user-vv7xx1xs9c 11 месяцев назад

      if you want to add it in a frameLayout paste this into the CaptureAct class
      "import android.view.View
      import com.journeyapps.barcodescanner.CaptureActivity
      import com.journeyapps.barcodescanner.DecoratedBarcodeView
      class CaptureAct : CaptureActivity() {
      override fun initializeContent(): DecoratedBarcodeView {
      setContentView(R.layout.activity_scan)
      return (findViewById(R.id.zxing_barcode_scanner) as DecoratedBarcodeView)
      }
      }"

  • @gokulkumargk9544
    @gokulkumargk9544 Год назад

    Bro app is varry run in successful uri Google browser open in view code bro

  • @jrodjdwils1768
    @jrodjdwils1768 Год назад +1

    For some reason getContents says cannot resolve method. I can't figure out why it isnt working.

    • @CamboTutorial
      @CamboTutorial  Год назад

      Maybe you get in fragment

    • @dariocline
      @dariocline Год назад

      I'm getting the same issue, have you managed to resolve it?

  • @othmanelondy
    @othmanelondy Год назад

    thank you broo

  • @deepakmishra1828
    @deepakmishra1828 Год назад +1

    It works in portrait. How can I use the scanner in landscape

  • @brahimaboumohamed1284
    @brahimaboumohamed1284 Год назад

    Hi! Please, how to put the result in an EditText????

  • @henrique3ddesign
    @henrique3ddesign Год назад

    thanks bro!!

  • @bayramdemirci5572
    @bayramdemirci5572 2 года назад

    How to show qr screen on an activity ? not with open another screen with a button

    • @utkarshanand8087
      @utkarshanand8087 Год назад +1

      You can then call the function from the "onCreate" method, which is called when the activity is created

  • @johnhendrixgallana1877
    @johnhendrixgallana1877 Год назад

    can i still use this using fragments

  • @SaipradeepEdara
    @SaipradeepEdara Год назад

    ur github link

  • @logout8480
    @logout8480 8 месяцев назад

    How to set orientation is vertical?

    • @CodingStyles-ox9tn
      @CodingStyles-ox9tn Месяц назад

      You can set it in your manifest and on the xml file directly

  • @aminekboubi8920
    @aminekboubi8920 Год назад

    the getContents method is not working
    can u answer me pleasee

    • @CamboTutorial
      @CamboTutorial  Год назад

      Are you working on fragment or activity?

  • @gokulkumargk9544
    @gokulkumargk9544 Год назад

    Bro copy text code bro explain

  • @gokulkumargk9544
    @gokulkumargk9544 Год назад

    Bro result view copy code bro

  • @swiszcz93
    @swiszcz93 2 месяца назад

    2022 and you're still using Java to make android apps instead of Kotlin? omg

    • @CodingStyles-ox9tn
      @CodingStyles-ox9tn Месяц назад

      Java is a much larger studied language that is also used elsewhere. It's a main language that is teached in many middle schools and does the job well.

    • @swiszcz93
      @swiszcz93 Месяц назад

      yes, that's not the discussion here, I know Java. But Java for Android Development has been left behind. The Java you use for Android is much older and Google has said that android is Kotlin-first. Kotlin makes the code a lot shorter and better. Maybe Java is great and a lot better in other developments, but for Android you shouldn't be using it.

  • @kz_Beta
    @kz_Beta 3 месяца назад

    Qr Scanner 2024 here: ruclips.net/video/e6DHVNwnyEk/видео.html

  • @jairusramos8813
    @jairusramos8813 Год назад

    didnt understand anything.

  • @user-tr5rk1bh1n
    @user-tr5rk1bh1n 6 месяцев назад

    How to display different device information by recognizing different QR codes

  • @kz_Beta
    @kz_Beta 3 месяца назад

    Qr Scanner 2024 here: ruclips.net/video/e6DHVNwnyEk/видео.html