Posts

Showing posts from March, 2015

Xamarin Components Tips

Image
Recently I got into building cross platform mobile device apps using Xamarin Forms. A project I was working with required that we add components in both IOS and Android. When you add a component to your project -> Project Name -> Folder called components Then Xamarin provides samples that go with these components. Double clicking on the component name would bring up a page such as this... Tab over to Samples Double click on Open Sample: This opens up the sample as a project and helps with figuring out the details. It's pretty NEAT!