aliyabear / whats-dat-movie

2 stars 1 forks source link

Create an empty Visual Studio project #7

Closed nikmacintosh closed 7 years ago

nikmacintosh commented 7 years ago

👋 Introduction / 👊 Motivation

Creates an empty project (Android + iOS + Shared Portable Class Library (PCL)). Majority of code can be abstracted and contained in the PCL, with the option to get platform-specific in the Android and iOS projects.

📓 Proposal / 🤓 Implementation

  1. Created an empty (not Xamarin.Forms) Android + iOS + PCL project in Visual Studio For Mac Preview

⚖️ Alternatives