Quantcast
Channel: Visual Studio and Visual Web Developer Express
Viewing all articles
Browse latest Browse all 3509

Looking for a Xamarin Forum using vs2017

$
0
0

I am attempting to create the first sample in VS2017 using Xamarin form.  Is their a Xamarin forum to get help.

I need help with the first Xamarin sample form.

Instruction NEXT, CREATE AN EMPTY LIST THAT CAN BE FILLED WITH PHONE NUMBERS.  THE MAINACTIVITY CLASS WILL LOOK LIKE THIS:

The sample code given below.   Where do I insert this code below:

translationHistoryButton.Click += (sender, e) =>
{
var intent = new Intent(this, typeof(TranslationHistoryActivity));
intent.PutStringArrayListExtra("phone_numbers", phoneNumbers);
StartActivity(intent);
};


Viewing all articles
Browse latest Browse all 3509

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>