1
0
Форкнуть 0
Xamarin.Forms GTK Backend Weather Sample
Перейти к файлу
Javier Suárez Ruiz e6ffa493f0 Updated README 2018-03-30 13:23:14 +02:00
images Added initial source and README 2017-08-31 11:18:45 +02:00
src Updated packages to 3.0.0.296286-pre2 2018-03-30 13:13:07 +02:00
.gitattributes 🍭 Added .gitattributes & .gitignore files 2017-08-31 11:10:54 +02:00
.gitignore Added initial source and README 2017-08-31 11:18:45 +02:00
README.md Updated README 2018-03-30 13:23:14 +02:00

README.md

Weather

Weather is a Xamarin.Forms GTK backend application that makes use OpenWeatherMap.org API, to demonstrate the possibilities of the new backend making use of a great variety of functionality.

WeatherApp

Xamarin.Forms App

Xamarin.Forms allows you to build native UIs for iOS, Android, Windows, macOS and Linux from a single, shared codebase. You can dive into mobile development with Xamarin.Forms by following our free self-guided learning from Xamarin University. This project exercises the following patterns and features:

Requirements

  • Visual Studio 2015 Update 3 (14.0 or higher) to compile C# 6 language features (or Visual Studio MacOS)
  • Xamarin add-ons for Visual Studio 3.2.1.64 or higher (available via the Visual Studio installer)
  • Visual Studio Community Edition is fully supported!

Setup

Download or clone the repository. This is a solution with two projects.

Rebuild the solution to get all neccesary NuGet packages.

Access to AppSettings.cs file available in the .NET Standard Library to introduce city.

Enjoy!

Licenses

This project is based on MyWeather.Forms by James Montemagno.

Clean and Rebuild

If you see build issues when pulling updates from the repo, try cleaning and rebuilding the solution.

Code released under the MIT license.