SlideShare uma empresa Scribd logo
1 de 9
Baixar para ler offline
What is a QR Code?
QR Code stands for Quick Response Code.
QR Code is actually a 2 dimensional
barcode. A QR Code consist of black squares
over a white background, and it can store
some data, which can be read by camera or
other imaging devices. Below you can see a
sample QR Code.
QR Code And BarCode
Generating a QR Code
A QR code consists of black squares arranged in a square grid on a
white background, which can be read by an imaging device such as
a camera, and processed using Reed–Solomon error correction until
the image can be appropriately interpreted.
Creating a new Project
❖ As always create a new
Android Studio project.
❖ I just created Android QR
Code Scanner.
Adding Zxing Library
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
Now sync your project with gradle.
compile 'com.android.support:appcompat-v7:25.0.1'
testCompile 'junit:junit:4.12'
//add this dependency
compile 'com.journeyapps:zxing-android-embedded:3.4.0'
}
Creating User Interface
We have two values (Name, Address) in the QR
Code that we generated. So I designed the
following layout that will display Name and
Address.
We also have a button in the layout that will
open up camera for scanning the QR Code.
QR Barcode Scanner Android App Details
User-friendly QR/Barcode scanning layout developed in Android
Studio
https://abhiandroid.com/sourcecode/qrbarcode

Mais conteúdo relacionado

Semelhante a Qr barcode scanner ppt

Mobile development in 2020
Mobile development in 2020 Mobile development in 2020
Mobile development in 2020 Bogusz Jelinski
 
Android_Studio_Structure.docx
Android_Studio_Structure.docxAndroid_Studio_Structure.docx
Android_Studio_Structure.docxKNANTHINIMCA
 
Fusing Artificial Intelligence with Augmented Reality on Android - 1 Feb. 2019
Fusing Artificial Intelligence with Augmented Reality on Android - 1 Feb. 2019Fusing Artificial Intelligence with Augmented Reality on Android - 1 Feb. 2019
Fusing Artificial Intelligence with Augmented Reality on Android - 1 Feb. 2019Stephen Wylie
 
Portfolio - Muhammad Ismail Sheikh
Portfolio - Muhammad Ismail SheikhPortfolio - Muhammad Ismail Sheikh
Portfolio - Muhammad Ismail SheikhM. Ismail Sheikh
 
JIT Spraying Never Dies - Bypass CFG By Leveraging WARP Shader JIT Spraying.pdf
JIT Spraying Never Dies - Bypass CFG By Leveraging WARP Shader JIT Spraying.pdfJIT Spraying Never Dies - Bypass CFG By Leveraging WARP Shader JIT Spraying.pdf
JIT Spraying Never Dies - Bypass CFG By Leveraging WARP Shader JIT Spraying.pdfSamiraKids
 
[Android] Introduction to Android Programming
[Android] Introduction to Android Programming[Android] Introduction to Android Programming
[Android] Introduction to Android ProgrammingNikmesoft Ltd
 
Getting started with the NDK
Getting started with the NDKGetting started with the NDK
Getting started with the NDKKirill Kounik
 
Modeling and Code Generation in the Cloud for Citizen Developers and Beyond
Modeling and Code Generation in the Cloud for Citizen Developers and BeyondModeling and Code Generation in the Cloud for Citizen Developers and Beyond
Modeling and Code Generation in the Cloud for Citizen Developers and BeyondPedro J. Molina
 
Modeling and Code Generation in the Cloud for Citizen Developers and Beyond
Modeling and Code Generation in the Cloud for Citizen Developers and BeyondModeling and Code Generation in the Cloud for Citizen Developers and Beyond
Modeling and Code Generation in the Cloud for Citizen Developers and BeyondIcinetic
 
Introduction to the Android NDK
Introduction to the Android NDKIntroduction to the Android NDK
Introduction to the Android NDKSebastian Mauer
 
Android Application Development
Android Application DevelopmentAndroid Application Development
Android Application Developmentonkar_bhosle
 
An Introduction To Android
An Introduction To AndroidAn Introduction To Android
An Introduction To Androidnatdefreitas
 
Modifying Android Apps Without Source Code with Microsoft Visual Studio Code
Modifying Android Apps Without Source Code with Microsoft Visual Studio CodeModifying Android Apps Without Source Code with Microsoft Visual Studio Code
Modifying Android Apps Without Source Code with Microsoft Visual Studio CodeRonillo Ang
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
Springboard & OpenCV
Springboard & OpenCVSpringboard & OpenCV
Springboard & OpenCVCruise Chen
 

Semelhante a Qr barcode scanner ppt (20)

Open cv with android
Open cv with androidOpen cv with android
Open cv with android
 
QR Code Demo
QR Code DemoQR Code Demo
QR Code Demo
 
Mobile development in 2020
Mobile development in 2020 Mobile development in 2020
Mobile development in 2020
 
Android_Studio_Structure.docx
Android_Studio_Structure.docxAndroid_Studio_Structure.docx
Android_Studio_Structure.docx
 
Fusing Artificial Intelligence with Augmented Reality on Android - 1 Feb. 2019
Fusing Artificial Intelligence with Augmented Reality on Android - 1 Feb. 2019Fusing Artificial Intelligence with Augmented Reality on Android - 1 Feb. 2019
Fusing Artificial Intelligence with Augmented Reality on Android - 1 Feb. 2019
 
Portfolio - Muhammad Ismail Sheikh
Portfolio - Muhammad Ismail SheikhPortfolio - Muhammad Ismail Sheikh
Portfolio - Muhammad Ismail Sheikh
 
JIT Spraying Never Dies - Bypass CFG By Leveraging WARP Shader JIT Spraying.pdf
JIT Spraying Never Dies - Bypass CFG By Leveraging WARP Shader JIT Spraying.pdfJIT Spraying Never Dies - Bypass CFG By Leveraging WARP Shader JIT Spraying.pdf
JIT Spraying Never Dies - Bypass CFG By Leveraging WARP Shader JIT Spraying.pdf
 
[Android] Introduction to Android Programming
[Android] Introduction to Android Programming[Android] Introduction to Android Programming
[Android] Introduction to Android Programming
 
Getting started with the NDK
Getting started with the NDKGetting started with the NDK
Getting started with the NDK
 
Android Development
Android DevelopmentAndroid Development
Android Development
 
Modeling and Code Generation in the Cloud for Citizen Developers and Beyond
Modeling and Code Generation in the Cloud for Citizen Developers and BeyondModeling and Code Generation in the Cloud for Citizen Developers and Beyond
Modeling and Code Generation in the Cloud for Citizen Developers and Beyond
 
Modeling and Code Generation in the Cloud for Citizen Developers and Beyond
Modeling and Code Generation in the Cloud for Citizen Developers and BeyondModeling and Code Generation in the Cloud for Citizen Developers and Beyond
Modeling and Code Generation in the Cloud for Citizen Developers and Beyond
 
Introduction to the Android NDK
Introduction to the Android NDKIntroduction to the Android NDK
Introduction to the Android NDK
 
Anveshan android
Anveshan androidAnveshan android
Anveshan android
 
Android Application Development
Android Application DevelopmentAndroid Application Development
Android Application Development
 
OpenCV+Android.pptx
OpenCV+Android.pptxOpenCV+Android.pptx
OpenCV+Android.pptx
 
An Introduction To Android
An Introduction To AndroidAn Introduction To Android
An Introduction To Android
 
Modifying Android Apps Without Source Code with Microsoft Visual Studio Code
Modifying Android Apps Without Source Code with Microsoft Visual Studio CodeModifying Android Apps Without Source Code with Microsoft Visual Studio Code
Modifying Android Apps Without Source Code with Microsoft Visual Studio Code
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
Springboard & OpenCV
Springboard & OpenCVSpringboard & OpenCV
Springboard & OpenCV
 

Mais de Zreena

Wuhan History, Demography, Etc
Wuhan History, Demography, EtcWuhan History, Demography, Etc
Wuhan History, Demography, EtcZreena
 
Gaya City(Bihar)
Gaya City(Bihar)Gaya City(Bihar)
Gaya City(Bihar)Zreena
 
About Bihar State
About Bihar StateAbout Bihar State
About Bihar StateZreena
 
Dantewada history, climate, festival, etc
Dantewada history, climate, festival, etcDantewada history, climate, festival, etc
Dantewada history, climate, festival, etcZreena
 
Quebec city history, culture, etc
Quebec city history, culture, etcQuebec city history, culture, etc
Quebec city history, culture, etcZreena
 
About Moradabad Travel
About Moradabad TravelAbout Moradabad Travel
About Moradabad TravelZreena
 
Jharkhand State PPT
Jharkhand State PPTJharkhand State PPT
Jharkhand State PPTZreena
 
About Ranchi City
About Ranchi CityAbout Ranchi City
About Ranchi CityZreena
 
About Indore City
About Indore CityAbout Indore City
About Indore CityZreena
 
About Roorkee City
About Roorkee CityAbout Roorkee City
About Roorkee CityZreena
 
Mysore city ppt
Mysore city pptMysore city ppt
Mysore city pptZreena
 
Memphis city ppt
Memphis city pptMemphis city ppt
Memphis city pptZreena
 
Bangladesh pdf
Bangladesh pdfBangladesh pdf
Bangladesh pdfZreena
 
Vancouver ppt
Vancouver pptVancouver ppt
Vancouver pptZreena
 
California ppt
California pptCalifornia ppt
California pptZreena
 
Udaipur ppt
Udaipur pptUdaipur ppt
Udaipur pptZreena
 
Beijng ppt
Beijng pptBeijng ppt
Beijng pptZreena
 
China pdf
China pdfChina pdf
China pdfZreena
 
China PPT
China PPTChina PPT
China PPTZreena
 
Berlin
Berlin Berlin
Berlin Zreena
 

Mais de Zreena (20)

Wuhan History, Demography, Etc
Wuhan History, Demography, EtcWuhan History, Demography, Etc
Wuhan History, Demography, Etc
 
Gaya City(Bihar)
Gaya City(Bihar)Gaya City(Bihar)
Gaya City(Bihar)
 
About Bihar State
About Bihar StateAbout Bihar State
About Bihar State
 
Dantewada history, climate, festival, etc
Dantewada history, climate, festival, etcDantewada history, climate, festival, etc
Dantewada history, climate, festival, etc
 
Quebec city history, culture, etc
Quebec city history, culture, etcQuebec city history, culture, etc
Quebec city history, culture, etc
 
About Moradabad Travel
About Moradabad TravelAbout Moradabad Travel
About Moradabad Travel
 
Jharkhand State PPT
Jharkhand State PPTJharkhand State PPT
Jharkhand State PPT
 
About Ranchi City
About Ranchi CityAbout Ranchi City
About Ranchi City
 
About Indore City
About Indore CityAbout Indore City
About Indore City
 
About Roorkee City
About Roorkee CityAbout Roorkee City
About Roorkee City
 
Mysore city ppt
Mysore city pptMysore city ppt
Mysore city ppt
 
Memphis city ppt
Memphis city pptMemphis city ppt
Memphis city ppt
 
Bangladesh pdf
Bangladesh pdfBangladesh pdf
Bangladesh pdf
 
Vancouver ppt
Vancouver pptVancouver ppt
Vancouver ppt
 
California ppt
California pptCalifornia ppt
California ppt
 
Udaipur ppt
Udaipur pptUdaipur ppt
Udaipur ppt
 
Beijng ppt
Beijng pptBeijng ppt
Beijng ppt
 
China pdf
China pdfChina pdf
China pdf
 
China PPT
China PPTChina PPT
China PPT
 
Berlin
Berlin Berlin
Berlin
 

Último

What is the role of automation in service cloud
What is the role of automation in service cloudWhat is the role of automation in service cloud
What is the role of automation in service cloudNaresh Gupta
 
Customize Your Positioning System with Partner Solutions.ppt
Customize Your Positioning System with Partner Solutions.pptCustomize Your Positioning System with Partner Solutions.ppt
Customize Your Positioning System with Partner Solutions.pptUbiTrack UK
 
What are the major challenges while integrating Salesforce
What are the major challenges while integrating SalesforceWhat are the major challenges while integrating Salesforce
What are the major challenges while integrating SalesforceNaresh Gupta
 
Amil Baba In Pakistan Authentic Amil In pakistan Best Amil In Pak
Amil Baba In Pakistan Authentic Amil In pakistan Best Amil In PakAmil Baba In Pakistan Authentic Amil In pakistan Best Amil In Pak
Amil Baba In Pakistan Authentic Amil In pakistan Best Amil In Pakdilawarshahuk
 
ADMI: Bridging Dealer & OEM - Capabilities Deck
ADMI: Bridging Dealer & OEM - Capabilities DeckADMI: Bridging Dealer & OEM - Capabilities Deck
ADMI: Bridging Dealer & OEM - Capabilities DeckADMI
 
Dubai High Class Call Girls (J0se Girls) O525547819 Call Girls Dubai
Dubai High Class Call Girls (J0se Girls) O525547819 Call Girls DubaiDubai High Class Call Girls (J0se Girls) O525547819 Call Girls Dubai
Dubai High Class Call Girls (J0se Girls) O525547819 Call Girls Dubaikojalkojal131
 
Dubai Call Girls Riri O525547819 Call Girls Dubai
Dubai Call Girls Riri O525547819 Call Girls DubaiDubai Call Girls Riri O525547819 Call Girls Dubai
Dubai Call Girls Riri O525547819 Call Girls Dubaikojalkojal131
 
cloudstudioアプローチ別営業資料202403_en (1) (2).pptx
cloudstudioアプローチ別営業資料202403_en (1) (2).pptxcloudstudioアプローチ別営業資料202403_en (1) (2).pptx
cloudstudioアプローチ別営業資料202403_en (1) (2).pptxcomworks
 
Create a fire prevention plan with a suppression engineer
Create a fire prevention plan with a suppression engineerCreate a fire prevention plan with a suppression engineer
Create a fire prevention plan with a suppression engineerStartech Engineering
 
Protecting your business: staying compliant with NFPA codes
Protecting your business: staying compliant with NFPA codesProtecting your business: staying compliant with NFPA codes
Protecting your business: staying compliant with NFPA codesStartech Engineering
 
No-1 Call Girls In North Goa Panaji 98998 VIP 855202 Escort service In North Goa
No-1 Call Girls In North Goa Panaji 98998 VIP 855202 Escort service In North GoaNo-1 Call Girls In North Goa Panaji 98998 VIP 855202 Escort service In North Goa
No-1 Call Girls In North Goa Panaji 98998 VIP 855202 Escort service In North Goadelhincr993
 
Understanding the Role and Responsibilities of a Pipe Foreman Jobs.pptx
Understanding the Role and Responsibilities of a Pipe Foreman Jobs.pptxUnderstanding the Role and Responsibilities of a Pipe Foreman Jobs.pptx
Understanding the Role and Responsibilities of a Pipe Foreman Jobs.pptxB2 Contracting
 
Online Dating Precautions How Background Checks Can Safeguard You
Online Dating Precautions How Background Checks Can Safeguard YouOnline Dating Precautions How Background Checks Can Safeguard You
Online Dating Precautions How Background Checks Can Safeguard Youaffordablebackgroundchecks
 
Boost Your Brand with Professional Digital Marketing Company in Noida
Boost Your Brand with Professional Digital Marketing Company in NoidaBoost Your Brand with Professional Digital Marketing Company in Noida
Boost Your Brand with Professional Digital Marketing Company in NoidaWAFI Media Marketing Solutions
 
EDITAL DE PROCESSO SELETIVO 001-2024.pdf
EDITAL DE PROCESSO SELETIVO 001-2024.pdfEDITAL DE PROCESSO SELETIVO 001-2024.pdf
EDITAL DE PROCESSO SELETIVO 001-2024.pdfJessicaRosso2
 

Último (17)

What is the role of automation in service cloud
What is the role of automation in service cloudWhat is the role of automation in service cloud
What is the role of automation in service cloud
 
Staurt Earl - ARCC Programme for APM Awards.pptx
Staurt Earl - ARCC Programme for APM Awards.pptxStaurt Earl - ARCC Programme for APM Awards.pptx
Staurt Earl - ARCC Programme for APM Awards.pptx
 
Customize Your Positioning System with Partner Solutions.ppt
Customize Your Positioning System with Partner Solutions.pptCustomize Your Positioning System with Partner Solutions.ppt
Customize Your Positioning System with Partner Solutions.ppt
 
Search Engine optimization and its types
Search Engine optimization and its typesSearch Engine optimization and its types
Search Engine optimization and its types
 
What are the major challenges while integrating Salesforce
What are the major challenges while integrating SalesforceWhat are the major challenges while integrating Salesforce
What are the major challenges while integrating Salesforce
 
Amil Baba In Pakistan Authentic Amil In pakistan Best Amil In Pak
Amil Baba In Pakistan Authentic Amil In pakistan Best Amil In PakAmil Baba In Pakistan Authentic Amil In pakistan Best Amil In Pak
Amil Baba In Pakistan Authentic Amil In pakistan Best Amil In Pak
 
ADMI: Bridging Dealer & OEM - Capabilities Deck
ADMI: Bridging Dealer & OEM - Capabilities DeckADMI: Bridging Dealer & OEM - Capabilities Deck
ADMI: Bridging Dealer & OEM - Capabilities Deck
 
Dubai High Class Call Girls (J0se Girls) O525547819 Call Girls Dubai
Dubai High Class Call Girls (J0se Girls) O525547819 Call Girls DubaiDubai High Class Call Girls (J0se Girls) O525547819 Call Girls Dubai
Dubai High Class Call Girls (J0se Girls) O525547819 Call Girls Dubai
 
Dubai Call Girls Riri O525547819 Call Girls Dubai
Dubai Call Girls Riri O525547819 Call Girls DubaiDubai Call Girls Riri O525547819 Call Girls Dubai
Dubai Call Girls Riri O525547819 Call Girls Dubai
 
cloudstudioアプローチ別営業資料202403_en (1) (2).pptx
cloudstudioアプローチ別営業資料202403_en (1) (2).pptxcloudstudioアプローチ別営業資料202403_en (1) (2).pptx
cloudstudioアプローチ別営業資料202403_en (1) (2).pptx
 
Create a fire prevention plan with a suppression engineer
Create a fire prevention plan with a suppression engineerCreate a fire prevention plan with a suppression engineer
Create a fire prevention plan with a suppression engineer
 
Protecting your business: staying compliant with NFPA codes
Protecting your business: staying compliant with NFPA codesProtecting your business: staying compliant with NFPA codes
Protecting your business: staying compliant with NFPA codes
 
No-1 Call Girls In North Goa Panaji 98998 VIP 855202 Escort service In North Goa
No-1 Call Girls In North Goa Panaji 98998 VIP 855202 Escort service In North GoaNo-1 Call Girls In North Goa Panaji 98998 VIP 855202 Escort service In North Goa
No-1 Call Girls In North Goa Panaji 98998 VIP 855202 Escort service In North Goa
 
Understanding the Role and Responsibilities of a Pipe Foreman Jobs.pptx
Understanding the Role and Responsibilities of a Pipe Foreman Jobs.pptxUnderstanding the Role and Responsibilities of a Pipe Foreman Jobs.pptx
Understanding the Role and Responsibilities of a Pipe Foreman Jobs.pptx
 
Online Dating Precautions How Background Checks Can Safeguard You
Online Dating Precautions How Background Checks Can Safeguard YouOnline Dating Precautions How Background Checks Can Safeguard You
Online Dating Precautions How Background Checks Can Safeguard You
 
Boost Your Brand with Professional Digital Marketing Company in Noida
Boost Your Brand with Professional Digital Marketing Company in NoidaBoost Your Brand with Professional Digital Marketing Company in Noida
Boost Your Brand with Professional Digital Marketing Company in Noida
 
EDITAL DE PROCESSO SELETIVO 001-2024.pdf
EDITAL DE PROCESSO SELETIVO 001-2024.pdfEDITAL DE PROCESSO SELETIVO 001-2024.pdf
EDITAL DE PROCESSO SELETIVO 001-2024.pdf
 

Qr barcode scanner ppt

  • 1.
  • 2. What is a QR Code? QR Code stands for Quick Response Code. QR Code is actually a 2 dimensional barcode. A QR Code consist of black squares over a white background, and it can store some data, which can be read by camera or other imaging devices. Below you can see a sample QR Code.
  • 3. QR Code And BarCode
  • 4. Generating a QR Code A QR code consists of black squares arranged in a square grid on a white background, which can be read by an imaging device such as a camera, and processed using Reed–Solomon error correction until the image can be appropriately interpreted.
  • 5. Creating a new Project ❖ As always create a new Android Studio project. ❖ I just created Android QR Code Scanner.
  • 6. Adding Zxing Library dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { exclude group: 'com.android.support', module: 'support-annotations' })
  • 7. Now sync your project with gradle. compile 'com.android.support:appcompat-v7:25.0.1' testCompile 'junit:junit:4.12' //add this dependency compile 'com.journeyapps:zxing-android-embedded:3.4.0' }
  • 8. Creating User Interface We have two values (Name, Address) in the QR Code that we generated. So I designed the following layout that will display Name and Address. We also have a button in the layout that will open up camera for scanning the QR Code.
  • 9. QR Barcode Scanner Android App Details User-friendly QR/Barcode scanning layout developed in Android Studio https://abhiandroid.com/sourcecode/qrbarcode