From dcb98a0e5c07b4c82f946e0da42cfc42410c7ae5 Mon Sep 17 00:00:00 2001 From: venkatvb Date: Thu, 19 Oct 2017 23:47:55 +0530 Subject: [PATCH] Minor fixes in readme file --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b9c29f7..f14fa99 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Login with Google Plus Utility ---------- -### Pre-requisite### +### Pre-requisite ### Official Document: https://developers.google.com/+/mobile/android/sign-in @@ -49,10 +49,10 @@ Note: Please read AndroidHive article for initial setup & other process } -### FAQ### +### FAQ ### Q: What is the problem of above approach ? -A: You activity has a lot of scattered code for Google Pluse login, It will be more complex and unmanageable when you will have another social network login like Facebook and Twitter. +A: You activity has a lot of scattered code for Google Plus login, It will be more complex and unmanageable when you will have another social network login like Facebook and Twitter. Q: How I will receive a response for login success? @@ -65,6 +65,3 @@ A: You will have Display name, Email , Photo and Profile url. Q: Do I need to handle login failure / error ? A: No, GooglePlusLoginUtils.java will handle login failure, error and display appropriate message on screen. - - -