Google SignIn in Android using Android Studio - Kotlin

  Рет қаралды 14,449

CodeAndroid

CodeAndroid

Күн бұрын

Source Code : WILL BE UPDATED SOON...
Amazon India Affiliated Link:
Please use below link to support my channel
bit.ly/amazon_...
Also you can support via Paypal using
bit.ly/paypal_...
Thank you
#CodeAndroid #Flutter

Пікірлер: 31
@tioazis
@tioazis 6 жыл бұрын
Thanks for the tutorial. Best kotlin tutorial so far, please create a tutorial with the topic of using NFC. it will be very helpful. Because information about the use of NFC in the kotlin language is very rare.
@briansigilai6534
@briansigilai6534 6 жыл бұрын
Works like magic,Thanks!
@AlSultanSweetsuae
@AlSultanSweetsuae 6 жыл бұрын
keytool error: java.lang.Exception: Only one command is allowed: both -exportcert and -list were specified. what's the error in cmd .. the path is right : C:\Program Files\Java\jdk-10.0.1\bin>keytool -exportcert -keystore F:\ANDROID\Android Projectes\ReSub2\key.jks -list -v
@CodeAndroid
@CodeAndroid 6 жыл бұрын
try the old key.jks file and try again.
@AlSultanSweetsuae
@AlSultanSweetsuae 6 жыл бұрын
Sorry I did not understand, what do you mean by the old file
@CodeAndroid
@CodeAndroid 6 жыл бұрын
Sorry, delete the old key from that folder and try again.
@AlSultanSweetsuae
@AlSultanSweetsuae 6 жыл бұрын
ok man
@niteshrathore4341
@niteshrathore4341 4 жыл бұрын
how to sync the contact from the phone and display using the recycler view also the contact icon with first letter is display as we have seen in true caller how to do this in the kotlin
@PedroGamerTMManinhodosdorgas
@PedroGamerTMManinhodosdorgas 3 жыл бұрын
sign_in_button must not be null error .--.
@dreamguysohel
@dreamguysohel 4 жыл бұрын
Hi Sir, I am trying to implement this with your Login UI design app, adding the button under sign up. I am getting this error after implementing google play service inn app gradle. the error goes if I comment this line : implementation 'com.google.android.gms:play-services-auth:17.0.0' and if i uncomment play services,, this line gets error : implementation 'com.android.support:appcompat-v7:26.0.0-beta1' following are the errors : in gradle plugins : failed linking references. AAPT errors : error: resource android:attr/fontVariationSettings not found. java compiler errors : Caused by: java.util.concurrent.ExecutionException: java.util.concurrent.ExecutionException: com.android.tools.aapt2.Aapt2Exception: AAPT2 error: check logs for details Please assist. Thank you in advance.
@supamongkolsaisombat1346
@supamongkolsaisombat1346 4 жыл бұрын
Thanks for the tutorial.
@AlSultanSweetsuae
@AlSultanSweetsuae 6 жыл бұрын
thank you ... how now get a youtube information by this sign in
@saiganesh2123
@saiganesh2123 3 жыл бұрын
Bro how to sign out then plz can u reply Any help is greatly Appreciated
@luke123halley
@luke123halley 5 жыл бұрын
Brilliant thanks!
@dreamguysohel
@dreamguysohel 4 жыл бұрын
Hi Sir, Great Videos. I am trying to implement this with your Login UI design app, adding the button under sign up. I am getting this error after implementing google play service inn app gradle. the error goes if I comment this line : implementation 'com.google.android.gms:play-services-auth:17.0.0' and if i uncomment play services,, this line gets error : implementation 'com.android.support:appcompat-v7:26.0.0-beta1' following are the errors : in gradle plugins : failed linking references. AAPT errors : error: resource android:attr/fontVariationSettings not found. java compiler errors : Caused by: java.util.concurrent.ExecutionException: java.util.concurrent.ExecutionException: com.android.tools.aapt2.Aapt2Exception: AAPT2 error: check logs for details Please assist. Thank you in advance.
@grantespanet5213
@grantespanet5213 5 жыл бұрын
What about token Auth?!
@abdallahhussein5997
@abdallahhussein5997 6 жыл бұрын
hi thank you a lot. you helped me to be comfortable in kotlin but i have one problem. android studio is too slow to the extent that i can't do my project at all is there any alternative for android studio or can I use intellj ide and emulator to create android apps please may you help me please coz i have stop everything about android app and if it's possible can you make a tutorials to do that?. or i have forgotten to mention my Computer features i5 8 ram 500gb hard disk. i can't wait to see your reply
@CodeAndroid
@CodeAndroid 6 жыл бұрын
Update your 500GBHDD to Any SSD. Which will make your system 5-10 times faster.
@galaxy_zone_
@galaxy_zone_ 2 жыл бұрын
hello. Android studio is updated by kotlin with lwtest android 12 features and will no more be handling with poor 8GB RAM PC's or Laptops. Even though if u wanna continue, u have 2 opts... Go upgrade the RAM or Install the Intel Iris Graphics Driver... Or the only option is... Switch to MacBook Pro... With 8GB configuration is more than enough...
@frankmenesesb
@frankmenesesb 6 жыл бұрын
Hi, I have ApiException 16, do you know?
@CodeAndroid
@CodeAndroid 6 жыл бұрын
According to Documentation " A compatible Android device that runs Android 4.0 or newer and includes the Google Play Store or an emulator with an AVD that runs the Google APIs platform based on Android 4.2.2 or newer and has Google Play services version 15.0.0 or newer.". To get Google APIs based Android 4.2.2 you need to use Nexux 5X as your emulator.
@SYBCA
@SYBCA 9 ай бұрын
Source code
@jishnunkrishnan5783
@jishnunkrishnan5783 3 жыл бұрын
Thank You
@rohithreddy0197
@rohithreddy0197 6 жыл бұрын
com.google.android.gms.common.api.ApiException: 10: i am getting this exception,can you tell me the actual mistake i did
@CodeAndroid
@CodeAndroid 6 жыл бұрын
If you run a non signed apk on emulator, then you will get this error. So generate signed apk and launch on real device.
@rohithreddy0197
@rohithreddy0197 6 жыл бұрын
CodeAndroid I am running on my mobile what should I do
@CodeAndroid
@CodeAndroid 6 жыл бұрын
Are you using signed apk?
@rohithreddy0197
@rohithreddy0197 6 жыл бұрын
CodeAndroid yes as if u told in the tutorial
@rohithreddy0197
@rohithreddy0197 6 жыл бұрын
I am not running my emulator,I am running on my phone should I install anything before executing ,I am not getting this
@lilieduchamps8085
@lilieduchamps8085 5 жыл бұрын
T LE SANG
Help Me Celebrate! 😍🙏
00:35
Alan Chikin Chow
Рет қаралды 61 МЛН
Incredible: Teacher builds airplane to teach kids behavior! #shorts
00:32
Fabiosa Stories
Рет қаралды 11 МЛН
One time Intro Slider in Android using Android Studio - kotlin
11:37
Sign-in with Google | Firebase Auth & Credential Manager | Jetpack Compose | Code-Along
28:35
Login Application using Kotlin | login page in android
9:37
Shubham Verma
Рет қаралды 26 М.
What is Firebase Authentication?
13:22
Firebase
Рет қаралды 26 М.
Sign in with Google Auth + Firebase | Android Studio Tutorial
17:40
How to Implement Google One Tap SignIn on Android
21:08
Codes Easy
Рет қаралды 27 М.