Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhirampai/weatherapp-xamarin
simple weather app using xamarin using openweathermap api
https://github.com/abhirampai/weatherapp-xamarin
android xamarin
Last synced: about 2 months ago
JSON representation
simple weather app using xamarin using openweathermap api
- Host: GitHub
- URL: https://github.com/abhirampai/weatherapp-xamarin
- Owner: abhirampai
- Created: 2020-05-04T04:59:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T03:28:28.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T14:08:31.372Z (almost 2 years ago)
- Topics: android, xamarin
- Language: C#
- Homepage:
- Size: 5.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# weatherapp-xamarin
# simple weather app using xamarin
#### 1.start a xamarin project in visual studio
when you start of you would have 4 folders one portable folder 3 platform dependend folders.
#### 2.Copy the contents except drawable folder to the portable folder or appname folder
#### 3.Copy the drawable folder to the android folder (eg. appname.droid or appname.android).
#### 4.If you want the pictures in uwp or ios you need to copy the contents in drawable folder to the appname.ios and appname.uwp folder
#### 5.After that replace the api key with your key inside the Constants.cs file inside Models folder
#### 6.Then set android ios or uwp project as startup project and debug the project.
# ScreenShots
## First Page
![image](https://github.com/Pai026/weatherapp-xamarin/blob/master/WhatsApp%20Image%202020-05-10%20at%207.37.20%20PM.jpeg)
## Landing Page
![image](https://github.com/Pai026/weatherapp-xamarin/blob/master/WhatsApp%20Image%202020-05-10%20at%207.37.26%20PM.jpeg)