Differences between revisions 4 and 5
Revision 4 as of 2019-05-30 18:52:00
Size: 1065
Editor: scot
Comment:
Revision 5 as of 2019-05-30 18:58:45
Size: 1374
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
 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).

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.

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 this

  2. Next, I looked instructions here and code here(Directions current as of 6/8/2017, code on Github is, of course, newer).

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