Posts

Showing posts from September, 2018

Xamarin App Folder Structure

Image
Folder Structure Let us now see the folder structure of a Xamarin Project, understanding this gives us more access to project. In this tutorial we are considering Android and iOS projects only, which means this is not included Windows Projects. Project Folder Structure Solution folder The project is called the solution. This contains all the main folders of the project. Here we can also add other libraries folders. Additional Libraries The libraries are optional, assume you have working with multiple projects and you will have add/create few files that are common in every project. So we can create a library folder and add this common files in at and add this library to every project that you are working on., and then this folder is to be referenced in the folders where you want to use the library. I will be covering how to add and use a library in Advanced Xamarin tutorials so that we can avoid confusion for now. This contains three primary folders...