https://github.com/abhirampai/weatherapp-xamarin
simple weather app using xamarin using openweathermap api
https://github.com/abhirampai/weatherapp-xamarin
android xamarin
Last synced: 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T15:02:26.000Z (about 2 years ago)
- Last Synced: 2025-01-18T07:25:59.426Z (4 months ago)
- Topics: android, xamarin
- Language: C#
- Homepage:
- Size: 5.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
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

## Landing Page
