Hi! I’m want to implement a feature into my app were you can open the camera and scan an barcode (ISBN) and you get the info of the thing especially for books, vinyl records and things along those lines. Does anyone have any idea how to do something along those lines?
You can use the barcode scanner component to capture the barcode information. We made a video about this awhile ago.
That only returns the barcode number - what you do afterwards is up to you. You can call specific product APIs like ISBN’s open API or 3rd party services like this - https://www.barcodelookup.com/api and present whatever information is returned.
Thank you so much! If you don’t mind me asking do you know of any tutorials of how to implement APIs in Adalo? Again thanks for thanking the time to respond!
Hi @Cristobal,
Are you referring to this specific API or any other in general? Every API will have it’s own way of implementing although of course there are general practices: