This application lets you to convert the alphabet into numbers and then the converted numbers can be called using Phone Dialer.
Xamarin is a development platform that allows us to code native, cross-platform iOS, Android, and Windows Phone apps in C#.
Requirements
Steps should be followed
Please follow my steps to create PhoneWord and use this tutorial effectively.
Step 1
Launch the Visual Studio 2017 and go to file new project.
Then you need to select the Android template from the List and then name the application and press to create the Project and select where to save the project.
Step 3
Here we go to our new project that has been created and then we need to navigate to Designer Page. To open the designer page you need to open Solution Explorer ViewàSolution Explorer.
Then to Open Designer Page we need to select the Following, Solution ExploreràResourcesàLayoutàMain.Xaml.
Add this Following Code in Main.Xaml Source Page. This main.xaml file is our designer page and here our PhoneWord UI design will be present here. And if you can, do it by manually by dragging and dropping the TextBox and Buttons from the Toolbar.
Step 6
Add the Following Code in MainActivity.cs this main acitivity plays a most important role and this makes our app work correctly and customizes buttons with background activity.
Then run the app using Visual Studio Android Emulator and here we go -- our app gets executed.
Output Of our PhoneWord,
Xamarin.Forms For Beginners