MY MEMO
[UWP] Weather Application 본문
출처 : https://www.youtube.com/watch?v=7XeIJ3EiQm8
+)
Nuget에서 설치
Button Click event 추가하는 방법
버튼 쪽에 커서를 놓고 속성으로 들어가서 Click버튼 더블 클릭
추가해야하는 참조
위치를 나타내기 위해 설정해야하는 Manifest
Weather의 정보를 가져오는 사이트 (api key)
current weather data에서 api doc을 누름
by geographic coordinates에 서 아래의 주소를 클릭하고
아래와 같이 주소를 변경하면 json형식이 나타난다
json형식을 보기 휩게 나타내 주는 것
json->c#
Menu
Common.cs
Helper.cs
OpenWeather.cs
MainPage.xaml
MainPage.xaml.cs
'STUDYING > C#' 카테고리의 다른 글
[UWP] Appointment App (0) | 2017.08.18 |
---|---|
[UWP] Suggestion Box (0) | 2017.08.18 |
[UWP] Background Task (0) | 2017.08.17 |
[UWP] Slidable Menu (0) | 2017.08.17 |
[UWP] Pull to Refresh ListView (0) | 2017.08.17 |
Comments