Scan QR Code in Android like Paytm

Опубликовано: 30 Сентябрь 2024
на канале: apkglobal
1,946
22

Android IOS Tutorials for Beginners: -
How to scan QR Code and Barcode in Android within 5 minute
If you are very new in Android then, you must watch my previous video
1. Install Android Studio and Other tools:
   • Android Tutorials For Beginners: Inst...  
2. How to Create First Application in Android Studio and Run into Mobile Device.
   • Hello World! Application in Android S...  
3. How to Create Android Virtual Emulator Device.
   • Create Virtual Device Emulator (Andro...  
4. How to change Application Icon with Responsive and Application Name.
   • Change Application Name and Icon with...  
5. How to Generate QR Code in Android Studio like Paytm QR Code:
   • Generate QR Code (like paytm) in Andr...  
6. How to Hide the Application Status Bar and Action Bar, Change TitleBar name:
   • Hide ActionBar, StatusBar, Change App...  
7. SMS Gateway Integration in Android Studio:
https://www.youtube.com/edit?o=U&vide...
8. How to create simple static Login Android Application:
   • Static Login Android Studio  
9. Convert Website into Android Application with WebView
   • Web View websites into Android Apps  

Today I going to tell you how to scan QR Code in android application with 5 minute like Paytm.
Open Android studio and create new Application with name:
Codescan
Paste this dependency in your build.gradle(Module:app)
implementation 'com.journeyapps:zxing-android-embedded:3.4.0'

Now open the activity_main.xml file inside layout directory
Now take the Button and TextView widget
Button:- to click and scan the QR Code
TextView:- After scan the QR Code show the result value in TextView
Now go to MainActivity Java class




If you like my video tutorial, please subscribe, like and share my channel. In case if you have any query just reach me at [email protected]

Channel link for Subscribe:-
   / @apkglobal