This is a video series in which I’ll program a Xamarin Android application which integrates Google sign-in feature. Users can use this feature to register or login into your app using an already logged in or a different Google account in Android.
In this part 3 video, I’ll add code to the main activity file which loads UI views for further use, prepare Google sign-in options and client and add a callback method to receive status of the sign-in operation. On successful sign-in, the code loads signed-in user’s display name and profile picture on UI views.
Google Sign-In for Android documentation
https://developers.google.com/identit...
My website
https://www.kareemsulthan.com/
Apps I’ve created for Android and Windows, please give a try
------------------------------------------------------------------------
RSS Feed Fetcher (RSS feed reader for Windows)
https://www.microsoft.com/store/apps/...
RSS Feed Fetcher (RSS feed reader for Android)
https://play.google.com/store/apps/de...
Podcast Fetcher (Podcast player for Windows)
https://www.microsoft.com/store/apps/...
Podcast Fetcher Lite (Free podcast player for Windows)
https://www.microsoft.com/store/apps/...
Battery Level Alarm (Battery app for Windows)
https://www.microsoft.com/store/apps/...
Happy coding.