Building A Simple Android App For Beginners : Hello World Source Code Debuging
5. Next go to MainActivity.cs and add the code to read the text entered by the user and displaying it in dialog box.
using System;
using
Android.App;
using
Android.Content;
using
Android.Runtime;
using
Android.Views;
using
Android.Widget;
using
Android.OS;