Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/themyntt/weatherforecast.xamarin

A Weather application based on BrasilAPI and Xamarin.Forms for Etec Project
https://github.com/themyntt/weatherforecast.xamarin

csharp dotnet xamarin xamarin-forms

Last synced: 3 months ago
JSON representation

A Weather application based on BrasilAPI and Xamarin.Forms for Etec Project

Awesome Lists containing this project

README

        

# WeatherForecast.Xamarin

- Project made to study HTTPClient
- Project for [Etec Horácio](https://etechoracio.com.br/)
- Made with Xamarin 13 and .NET 7
- This app uses [BrasilAPI](https://brasilapi.com.br/) to get Weather

## Warnings

### Why I used INotifyPropertyChanged instead of ObservableObject (CommunityToolkit.MVVM)

- The version that I worked dont support the Toolkit, so I had to resort to more "primitive" options

### .NET Standard 2.0

- I dont know why but in csproj, the version of .NET is 2.0 but im working with .NET 7.3