Skip to main content

Posts

Showing posts with the label Hello-World

Getting started with Cross-Platform Mobile App Development

My First Xamarin Mobile Application Software Pr-requisite: Visual Studio Community Edition, ( Refer to my previous post for Visual Studio) Download Here: [for Windows] [for Mac] Xamarin Workload in Visual Studio [For Steps Refer this]  Recently After my First Hackathon Experience, I made an application using Microsoft Xamarin and really wanna share it out to everyone via this blog. So Stay tuned... Let's get the Real Work Done! Start Visual Studio (in my case present build: vs2019) Click on Create New Project Search for " Xamarin " in the Search box on top and then select " Mobile App (Xamarin.Forms) " Give your App a Name Select a Blank App Template. In Xamarin.Forms App, the Shared Code resides under, [ YourAppName ]-> MainPage.xaml . Currently I'll be running a UWP (Universal Windows Platform) run to test the App, though in the End there are some Android Screenshots too... Let's make a little change in the MainPage.xaml...
Counter Widget