Differences between revisions 5 and 16 (spanning 11 versions)
Revision 5 as of 2019-05-30 18:58:45
Size: 1374
Editor: scot
Comment:
Revision 16 as of 2019-06-25 22:53:27
Size: 588
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:

== Google Authentication project ==

In this section, I'm setting out to document a fully functional Android.Auth Google Authentication project. It works! it is not ready for prime time yet as there are several things that I need to do. Including modularize it and make it work for both iOS, Windows and Android. This version focuses on Android.

There are several pieces to setting this up.

 1. Setup OAuth 2.0 authentication in the console.cloud.google.com see [[https://developers.google.com/identity/protocols/OAuth2InstalledApp|this]]
 1. Next, I looked instructions [[https://docs.microsoft.com/en-us/xamarin/xamarin-forms/data-cloud/authentication/oauth|here]] and code [[https://github.com/xamarin/xamarin-forms-samples/tree/master/WebServices/OAuthNativeFlow|here]](Directions current as of 6/8/2017, code on Github is, of course, newer).
 * /GoogleAuthenticationProject
 * /ImplementingNavigationServicesInMvvm

Android Development

Of course this is not a comprehensive development page. I'm just starting out, so here are some links that got me started.

ProgrammingLinks/AndroidDevelopment (last edited 2019-06-25 22:53:27 by scot)