QR & Barcode Scanner App Tutorial in Android Studio

Поделиться
HTML-код
  • Опубликовано: 5 ноя 2024

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

  • @halo2550000
    @halo2550000 3 года назад +22

    Just awesome, you saved an entire student project with this tutorial. 1 billion thanks!

    • @adelsehimi2888
      @adelsehimi2888 3 года назад +1

      i need u bro

    • @3dgiftz
      @3dgiftz 2 года назад

      Does this scanner needs internet

  • @farhan-momin
    @farhan-momin 7 месяцев назад

    Simple and to the point tutorial!
    everything was step and step and easy to understand
    even though i made my app in java, following this tutorial along with help of chatgpt made it super easy
    thanks very much!

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

    The "Remeber to subscribe" barcode is so creative to do

  • @bryonic7611
    @bryonic7611 2 года назад +8

    if anyone has a problem with scanner_view not being recognized you can solve this pretty easily by inserting { id 'kotlin-android-extensions' } in the plugins section of the app build.gradle and then import on the mainactivity file { import kotlinx.android.synthetic.main.activity_main.* }
    Hope this helps someone

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

      It did, thank you very much!

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

      im trying to import the { import kotlinx.android.synthetic.main.activity_main.* } in to mainactivity, yet i can't get it to work. I get an error and the scanner is still not poping up in the activity_main file.

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

      @@arma3053 same

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

      I try it but it doesn't work ?

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

      ​@@arma3053 did you find a solution ?

  • @AwesomeDevNotes
    @AwesomeDevNotes 4 года назад +19

    Love it. Short and no BS tutorial as it should be 🐣

  • @grampygamer8584
    @grampygamer8584 3 года назад +2

    I did it the Java way for a larf... worked first time! Awesome tutorial, thank you

  • @thaliaamargianou7870
    @thaliaamargianou7870 3 года назад +4

    Congrats..! Very good job! Thanks... Your Vtutorials are great with a very simple explanation! Keep up the good work!!! We support you!

    • @Indently
      @Indently  3 года назад +1

      Very happy to hear, thanks for the support!

    • @3dgiftz
      @3dgiftz 2 года назад

      Do this scanner needs internet??

  • @deanwalker3956
    @deanwalker3956 3 года назад +5

    First, thank you for teaching this. This is really much appreciated.
    But I have a question. The scanner continuously scans barcodes. Example, I scan barcode A, and while the scanner is pointed at the code, it still keeps scanning. So, the scanner pointing at the barcode for 3 seconds results in dozens and dozens of scanning of the same barcode..
    How can I make it so that after scanning a barcode once, the scanner stops?
    EDIT:
    I figured it out. What I did was this:
    Create two variables. newCode and prevCode.
    Scan the code.
    Assign the new code to newCode.
    if (newCode != prevCode), proceed.
    prevCode = newCode
    else, do something.

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

      Hi dean can you upload a pic of your code and share it with us. Thank you

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

    totaly new to android studio, your tutorial works perfectly! Can we send this variable throught bluetooth to populate any text box in windows like a keyboard insert? simply ?

  • @razvanandrei1694
    @razvanandrei1694 3 года назад +7

    Thanks for the tutorial. Very useful. But what if I want to display the dialog with camera permissions only first time when the app is installed? The next time Camera should already be allowed

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

    Simple and Direct! Loved the tutorial.

  • @androidstudio1564
    @androidstudio1564 3 года назад +3

    Very helpful to fellow developers.

  • @refugiocamarenasainz
    @refugiocamarenasainz 4 года назад +11

    I tried to make the app, but had an error
    Unresolved reference: scanner_view
    Any sugestion ?

    • @littlenosydragon1754
      @littlenosydragon1754 4 года назад +11

      class MainActivity : AppCompatActivity() {
      ...
      private lateinit var scanner_view: CodeScannerView
      private lateinit var tv_textview: TextView
      ...
      override fun onCreate(savedInstanceState: Bundle?) {
      ...
      tv_textview = findViewById(R.id.tv_textview)
      scanner_view = findViewById(R.id.scanner_view)
      ...

    • @rhenestayo5591
      @rhenestayo5591 4 года назад

      i have the same proble with you sir

    • @diegosilva1683
      @diegosilva1683 3 года назад +1

      you have to add xmlns:app="schemas.android.com/apk/res-auto" on top

    • @edwin2162
      @edwin2162 3 года назад

      @@littlenosydragon1754 thanks bro

    • @musicalcoder7699
      @musicalcoder7699 3 года назад

      @@littlenosydragon1754 Thank you - none of the other fixes listed were working for me!

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

    Oh my God, thanks thanks thanks!!!!!!!! U give me solution that i seek for 3 days. THANKS!

  • @deanbonsu3401
    @deanbonsu3401 4 года назад +4

    Hey sei il migliore. I really enjoy your videos and you should do more kotlin tutorials. I just learned java and watching your videos kotlin makes so much more sense.
    Is there anyway to brighten the codescanner view? I have noticed that the camera preview is darker than my normal camera preview.
    You just gained a fan !!

    • @Indently
      @Indently  4 года назад

      Mi rende molto felice sentire che i miei video ti hanno aiutato a capire meglio come funzionano le cose :) Penso che puoi modificarlo nello XML file che lo contiene. Ma non sono troppo sicuro.

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

    Thanks for the tutorial. However, the flash functionality doesn't seem to work on mine... can you help?

  • @eduardlipnitskiy6595
    @eduardlipnitskiy6595 3 года назад +1

    Thank You! It works well and fast. But only when my camera far from QR. Is it possible to adjust the distance?

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

    Congratulations for this excellent video. Exactly what I needed! Bravo Bravo

  • @harshbhanushali9944
    @harshbhanushali9944 3 года назад +3

    i got error intv_tevtview and scanner_view what to do plzz tell

  • @Yxnder
    @Yxnder Год назад +2

    Welp, seems like Kotlin android extension was disabled later in 2020 and referencing activity xml elements to kt files is no longer possible :( Anyone have a way around this?

  • @movimientoenelespacio
    @movimientoenelespacio 3 года назад +2

    Amazing ! Now how can I get product informations from this scanned barcode. I saw few database API for this. But how to implement them ?

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

    i have question how to make the scanner automatically go to the link that benn scanned in the app without showing url in the textview

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

    can I use this in the latest android studio? it seems the code you are typing gets red in mine

  • @jasferducusin8672
    @jasferducusin8672 3 года назад +1

    Very straightforward! Thank you so much

  • @fernandogarciabarrera8699
    @fernandogarciabarrera8699 3 года назад +1

    Good video
    Does the flashlight work?

    • @Indently
      @Indently  3 года назад +1

      If your phone has a flash light, it will work.

  • @dailyseedpodcast
    @dailyseedpodcast 3 года назад +2

    Love the the content, but can you help me out When I add the Code Scan View to Frame Layout it doesn't recognize it even after adding dependency. Thank you

  • @スヘア
    @スヘア 4 года назад +2

    Such a great tutorial. Thank you so much

  • @movimientoenelespacio
    @movimientoenelespacio 3 года назад +4

    Good Tutorial ! But I've got an issue : Unresolved reference: scanner_view.
    Can you help me out? Thank you

    • @movimientoenelespacio
      @movimientoenelespacio 3 года назад +1

      My apologies it was my mistake. Awesome tutorial !

    • @dxxxlan
      @dxxxlan 3 года назад +2

      I have the same problem, what did you fix?

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

      how did you fix it please help

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

      @@movimientoenelespacio How did you fix it?

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

      @@timminator555 have you find the error ?

  • @FabianFlorezColombia
    @FabianFlorezColombia 3 года назад +3

    How can I... Scan code QR and Load this Code Qr (URL) into WebView... or External Explorer...
    ??? Can U helpme??

    • @farhan-momin
      @farhan-momin 7 месяцев назад

      hi in 2024 im adding this same feature to the app for my project!

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

    Thanks a lot for this video. It's very helpful

  • @flon7400
    @flon7400 4 года назад +1

    thanks you for the tuto ! Why my cam is not working ? Instead of turn on my cam it takes the environment of the simulation ...

  • @waltoncharles8972
    @waltoncharles8972 3 года назад +2

    Is he doing it in Kotlin or Java? sorry I am new to this and am learning and don't want to follow the instructions incorrectly

  • @andrefbillette2774
    @andrefbillette2774 3 года назад +1

    Great video

  • @ZtowhyA
    @ZtowhyA 3 года назад +1

    wrong orientation for me. how do we resolved this?

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

    Shame it uses a 3rd party code scanner instead of something like Google's. Yes, it looks like it works, but what else is that library importing or doing in the background? I don't have time to research it. As for the video, great job on the tutorial.

  • @Jberv
    @Jberv 3 года назад +2

    I tried this library, just found it on github but one thing i noticed, it is slow to scan, sometimes it takes 2 to 3 mins, unlike integration from other libraries, anyways nice video!

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

      Can i ask you i have problem whan i add the scanner view

  •  4 года назад +1

    Thanks bro, you're the best!

  • @coderschannel4270
    @coderschannel4270 3 года назад +1

    for me no errors but when i try running the apps no information appears on the screen. why?

  • @boswaki4
    @boswaki4 3 года назад +2

    working good tutorial

  • @apoorvjain72
    @apoorvjain72 4 года назад +2

    i tried making your code scanner in a fragment, can you help me find out why i am unable to scan in the fragment and also a way to make it working in a fragment

  • @KhressieVlog
    @KhressieVlog 3 года назад +2

    nice video, can you help me fix this problem "Camera initialization error: failed to connect to camera service using android studio kotin language" that's the error when opening the camer of my virtual device

    • @kartikmalhotra3551
      @kartikmalhotra3551 3 года назад

      I am getting the same error, have you resolved it?

    • @inaayat4193
      @inaayat4193 3 года назад

      @@kartikmalhotra3551 me too, how can I?

    • @kartikmalhotra3551
      @kartikmalhotra3551 3 года назад

      @@inaayat4193 github code is incomplete watch the video and code, then it will work👍

    • @inaayat4193
      @inaayat4193 3 года назад +1

      @@kartikmalhotra3551 i succeeded, camera permissions should be enabled in settings

  • @ashishgautam2842
    @ashishgautam2842 4 года назад +2

    great work

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

    Hey you.. Why my Android 8.1.0 Imin device, can't scan. please help me

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

    hi thanks for the video, i could use some help. The code scanner line is not poping up nomater waht i do( this is literally my first time using Android Studio). Can anyone help me?

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

    Can I use this on transferring activities when a QR code is scanned?

  • @dare6437
    @dare6437 4 года назад +1

    How i relate activity_main.xml and MainActovity.kt files?

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

    This won't work for me. It keeps telling me I have unresolved references when referencing the ID's in the XML file

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

    In the latest version of Android Studio textview.text = it.text comes back as an error, only expressions are allowed. I've tried copying the Kt code from Github DIrectly, but it uses Toast and .show actions that are not recognized as well. Total Newbie here. Any suggestions?

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

    It doesn't work with me in xml the scanner view any help ?

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

    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!

  • @Noway213-h3i
    @Noway213-h3i 2 года назад +1

    hey dude how can i fix the unsolved reference scannerview and tv_textview?

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

    osm brother thankyou so much

  • @daytonatecfarheen2333
    @daytonatecfarheen2333 3 года назад +1

    Hi can u plz help. I keep seeing a black screen when I go back and start the app again. I'm failing to understand what's wrong. This usually happens with higher android version. Thanks!

    • @Indently
      @Indently  3 года назад

      Read your error messages in the console

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

    Great job

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

    I am working on the Android 10 API 29 project but there is no Activity_main.xml. Any idea would be appreciated.

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

    Thanks a lot !

  • @ryanvalcorza3363
    @ryanvalcorza3363 3 года назад +1

    AAPT: error: not well-formed (invalid token).

  • @StefanSoyka
    @StefanSoyka 3 года назад

    Oddly, I had to add kotlin-android-extensions before I was able to import or reference any view from the code. Oddly, because during it tells me to remove it and use the kotlin-parcelize plugin (Studio 4.2.1)

  • @3dgiftz
    @3dgiftz 2 года назад

    Whther this scanner needs internet??

  • @nicolewhittaker9013
    @nicolewhittaker9013 3 года назад +1

    how did you do it can you share with me , thank you

    • @Indently
      @Indently  3 года назад +1

      Hello!
      I explain everything in the video.
      Have a nice day!

  • @ahmetaykilic8119
    @ahmetaykilic8119 3 года назад

    Thanks a lot, it worked. This application uses the phone's back camera. But I have to use a selfie (front) camera. Is it possible? How can I do? Please, Help me...

    • @ahmetaykilic8119
      @ahmetaykilic8119 3 года назад

      OK, I solved :)
      I added this code;
      integrator.addExtra("SCAN_MODE", "QR_CODE_MODE");
      integrator.addExtra("SCAN_CAMERA_ID", 1); // front (selfie) camera
      integrator.addExtra("SCAN_CAMERA_ID", 0); // back camera

    • @rexang980
      @rexang980 3 года назад

      @@ahmetaykilic8119 Where did you add the code?

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

    how to setupPermissions function in java please help

  • @ryanvalcorza3363
    @ryanvalcorza3363 3 года назад +1

    please help me on my error
    AAPT: error: not well-formed (invalid token).

  • @syedsuhaibzia1558
    @syedsuhaibzia1558 3 года назад +1

    I got an error at 5:17 it says scanner_view is unresolved reference what should i do please

    • @syedsuhaibzia1558
      @syedsuhaibzia1558 3 года назад +1

      @Rafif Rabbani yup thank you that was the error. i solved it

  • @rhenestayo5591
    @rhenestayo5591 4 года назад +8

    Can you please help me with this error MainActivity.xml = Unresolved reference: scanner_viewer. I already declare scanner_viewer on activity_main.xml. But it doesnt appear . Thanks in advance.

    • @ponapple
      @ponapple 3 года назад +6

      Add this to build.gradle under plugins
      id ‘kotlin-android-extensions’

    • @guyus5469
      @guyus5469 3 года назад +2

      @@ponapple thanks mate!

    • @bobyschnackler6914
      @bobyschnackler6914 3 года назад +1

      @@ponapple thank you kind sir

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

      @@ponapple It doesn'nt work. It also says Unsolved reference: tv_textView. And Variable expected in this line: tv_textView.text = it.text.

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

      @@timminator555 it works for me, though.

  • @jingquankueh564
    @jingquankueh564 3 года назад

    What if I want to go to a new Activity after scanning a barcode (passing the value along with it) ? Help is appreciated.

    • @Indently
      @Indently  3 года назад

      It is the same process as sending a value to any new activity

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

    The Code scanner in activy_main I can't find it

  • @helakajayakody2853
    @helakajayakody2853 4 года назад

    Hello, can you teach us how to scan only specific type of qr codes like whats app do

  • @leandrosistemavs1043
    @leandrosistemavs1043 4 года назад +1

    excelent!!

  • @mustafaammar551
    @mustafaammar551 3 года назад

    Thank you bro

  • @charliecliforddevilla7836
    @charliecliforddevilla7836 3 года назад +5

    Why does my id "scanner_view" need to add local variable or parameter even though I declare it in the activity main

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

      did you solve the issue? please help me im stuck

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

      If you're solved plz help me out.

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

    THANK YOU BRO

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

    If i scan a barcode an item has then will it show me its price??

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

      If you program it to do so.

  • @robinb.905
    @robinb.905 2 года назад +2

    Doesn't work anymore. I've got A LOT of errors, compilation fails, references to the textView and scannerView are missing... Android Studio is really a PAIN IN THE A** and the WORST IDE ever made

  • @akagrawal85
    @akagrawal85 3 года назад

    flash light not working...why?

  • @loisejaymhoralfarero7792
    @loisejaymhoralfarero7792 3 года назад

    i cant view the QR code scanner PLSS help me

  • @thiviyakannathazan
    @thiviyakannathazan 3 года назад +1

    sir, how to save the details?

    • @Indently
      @Indently  3 года назад +1

      Use local storage or cloud database

    • @thiviyakannathazan
      @thiviyakannathazan 3 года назад +1

      @@Indently if using firebase how to implement in the code sir. Pls help me

    • @Indently
      @Indently  3 года назад +1

      Create unique user id and insert data

    • @thiviyakannathazan
      @thiviyakannathazan 3 года назад +1

      @@Indently sir u have any related video? So its easy for me to refer

  • @JayaramGS
    @JayaramGS 3 года назад

    How to clear the bug...
    java.lang.RuntimeException: Failed to connect the camera service

    • @Indently
      @Indently  3 года назад +2

      With lots of love and research on Google

    • @JayaramGS
      @JayaramGS 3 года назад

      Bug fixed..❤️

    • @ChrisChanSajelan
      @ChrisChanSajelan 3 года назад

      How did you fixed it?

  • @mattileazarelenquiblat6022
    @mattileazarelenquiblat6022 3 года назад

    What Language did you use?

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

    Salve, bel video. Peccato che dia gli errori che molti utenti ti hanno chiesto di spioegare. Ma non so perche non hai risposto neppure a un' utente. Questo errore lo da anche a me "Unresolved reference: scanner_view :21) . Ho ricontrollato piu volte l' id e ho anche provato a cambiarlo sia nell activity_main che nel MainActivity, ma non cambia niente. L' errore rimane. Sarebbe bello sentire come si puo risolvere. Grazie e ancora complimenti

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

      Ciao Giovanni!
      Scusa che non posso rispondere a tutte le domande... questo e' solo un hobby e devo lavorare per fare la mia vita qua a Copenaghen.
      Riguardando tuo errore, devi ricercare Kotlin Synthetics Deprecation su Google, perché adesso non possiamo più solo scrivere il "reference" senza Kotlin Synthetics, che e' stato deprecated.
      Grazie e buona giornata!

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

      @@Indently Ciao e grazie per avermi risposto. Io ho provato piu volte a implementare il tuo codice ma non riesco a risolvere l' errore di cui ti ho parlato. Visto che tu hai implementato il codice potresti dirmi come risolverlo quando hai 2 minuti di tempo? Grazie ancora 👍💪

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

      @@Indently Scusa non avevo letto tutto il tuo messaggio. Grazie del suggerimento e buona giornata 😀

  • @trevorPhillips284
    @trevorPhillips284 3 года назад

    how can someone create dependency like that? I mean how all this works in the background?

    • @Indently
      @Indently  3 года назад +1

      Hi Shobhit, unfortunately I can't answer that. You would have to do a bit of research on Google for that.

  • @54M1WUL
    @54M1WUL 3 года назад

    duz it wrk with barcodes in supermarkets?

    • @Indently
      @Indently  3 года назад

      maybe, but maybe not

    • @54M1WUL
      @54M1WUL 3 года назад

      @@Indently why not?

    • @Indently
      @Indently  3 года назад

      @@54M1WUL No reason, or maybe there are many

    • @54M1WUL
      @54M1WUL 3 года назад

      @@Indently i wanted to make an app wher it can scan the barcodes of supernarket items, to see if the user has the correct budget

    • @Indently
      @Indently  3 года назад

      @@54M1WUL have you tried scanning a barcode?

  • @grampygamer8584
    @grampygamer8584 3 года назад

    Trying the Kotlin route in Android Studio I get Unresolved reference:int any ideas?

    • @grampygamer8584
      @grampygamer8584 3 года назад

      Resolved

    • @wiz8370
      @wiz8370 3 года назад

      I have the same error
      What's the solution for this?

  • @inzealinfotech9830
    @inzealinfotech9830 3 года назад

    flash light not working

  • @adolphweissman5973
    @adolphweissman5973 3 года назад

    is there a java for this one? if there is, can someone help me? im not familiar with kotlin yet

  • @jaysonverzon172
    @jaysonverzon172 3 года назад

    do u have for java version?

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

    Спасибо, только твой код помог 🙂 Но фонарик всё равно не работает

  • @ghaithmuhammed279
    @ghaithmuhammed279 4 года назад

    Is there code for scaning values like number

  • @wiz8370
    @wiz8370 3 года назад +3

    At 5:18
    codeScanner = CodeScanner(context:this, scanner_view)
    I don't get scanner_view
    It shows it as an error
    This is my first ever android project, I could really use some help

    • @wiz8370
      @wiz8370 3 года назад

      SOLUTION:
      In build.gradle(.app)
      Add another pluggin
      id 'kotlin-android-extentions'
      This should fix the issue

    • @charliecliforddevilla7836
      @charliecliforddevilla7836 3 года назад +2

      @@wiz8370 doens't fix the issue, idk why. I already checked the id on design, still red same with tv_textView

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

      @@charliecliforddevilla7836 did you fix it? if yes i want to know how

  • @ApryMadonaSihaloho
    @ApryMadonaSihaloho 3 года назад

    How i can get custom barcode?

    • @Indently
      @Indently  3 года назад

      Type it in your search engine

  • @EasyTrickSG
    @EasyTrickSG 4 года назад

    this scanner can browse web link///??

  • @sohamahmoud1324
    @sohamahmoud1324 4 года назад

    this code make the app scan any qr code
    how can i make the app scan uniqe qr code ?!

    • @Indently
      @Indently  4 года назад

      Make the content of the QR code a secret code, and add an if/when statement that uses that code to display whatever you want to display

  • @GSS-n4u
    @GSS-n4u 2 года назад

    java tutorial?

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

      No, I recommend learning Kotlin

    • @farhan-momin
      @farhan-momin 7 месяцев назад

      hi in 2024 im making this project in java with help of chatgpt to trancode kotlin in this tutorial to java

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

    Why can't we make payment ?

  • @lzzpigeonclockingsystem7991
    @lzzpigeonclockingsystem7991 3 года назад +1

    Java?

    • @Indently
      @Indently  3 года назад

      Java is a class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible. It is a general-purpose programming language intended to let application developers write once, run anywhere (WORA),[17] meaning that compiled Java code can run on all platforms that support Java without the need for recompilation.

    • @lzzpigeonclockingsystem7991
      @lzzpigeonclockingsystem7991 3 года назад

      yeh i mean. i need tutorial for java. thanks.

    • @Indently
      @Indently  3 года назад +1

      W3school is a great place to learn Java: www.w3schools.com/java/

    • @lzzpigeonclockingsystem7991
      @lzzpigeonclockingsystem7991 3 года назад

      tutorial on java, how to implement this code scanner?

    • @Indently
      @Indently  3 года назад

      ​@@lzzpigeonclockingsystem7991 Ah, you should have said so earlier! Just learn Kotlin.

  • @hk-four-sixteen
    @hk-four-sixteen Год назад

    The best tutorial that deserve more likes. +1 subscribe for a Very useful tutorial 😍

  • @mihaelisaev
    @mihaelisaev 3 года назад

    So android developers can't scan QR/barcodes easily in two lines of code without any libs? Can't find any tutorial which doesn't use some shitty libraries.

    • @Indently
      @Indently  3 года назад

      I hope you understand the complexity involved into breaking down images into to bytes, and converting them into some sort of format that our phone can understand. This library saves us a lot of time.

    • @mihaelisaev
      @mihaelisaev 3 года назад

      @@Indently yup, I'm just from the swift world where everything is 100x times easier.

    • @mihaelisaev
      @mihaelisaev 3 года назад

      @@Indently ok, I implemented it with CameraX+ZXing and JetPack Compose.

  • @KhressieVlog
    @KhressieVlog 3 года назад

    please notice my comment Code Palace

  • @marcielribeiro4949
    @marcielribeiro4949 3 года назад

    camera black

  • @anhtrieuphathuynh2627
    @anhtrieuphathuynh2627 4 года назад +1

    ^^~