Difference between revisions of "Deploy App to Android"

From MgmtWiki
Jump to: navigation, search
(Created page with "==Full Title== Deploying a Xamarin App to Android Smart Phone. ==Context== *Bring up a secure web app deployment with a minimum of fuss. *It is assumed that the Web Sit...")
 
(Solutions)
Line 13: Line 13:
 
==Solutions==
 
==Solutions==
 
*Use Visual Studio to attach debugger to running instance.
 
*Use Visual Studio to attach debugger to running instance.
 +
*
 +
* [https://developer.android.com/training/basics/intents/result Getting a Result from an Activity]
  
 
==References==
 
==References==
 
[[Category:Profile]]
 
[[Category:Profile]]

Revision as of 19:09, 4 August 2019

Full Title

Deploying a Xamarin App to Android Smart Phone.

Context

  • Bring up a secure web app deployment with a minimum of fuss.
  • It is assumed that the Web Site working well that the app will connect to.
  • The assumption here is that the design is not fully fleshed out as the User Experience needs to be functional before it can be fully evaluated.
  • Later the problem is to get the performance to be good while the deployment expands.

Problems

  • The largest part of the problem is not getting the web site to run, but rather to ensure that it is secure using SSL certificates and HTTPS.

Solutions

References