Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/themyntt/weatherforecast.xamarin
- Owner: theMyntt
- Created: 2024-10-25T22:22:01.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-26T20:37:50.000Z (3 months ago)
- Last Synced: 2024-10-26T20:38:42.509Z (3 months ago)
- Topics: csharp, dotnet, xamarin, xamarin-forms
- Language: C#
- Homepage:
- Size: 498 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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