Windows Phone 练习1 天气预报查询

来源:网络 责任编辑:栏目编辑 发表时间:2013-07-01 08:57 点击:

 

这是我在博客园的第一篇博文,自我纪念一下,O(∩_∩)O~

最近在学习Windows Phone相关知识,并做了一些练习,我想把这些练习记录下来,一来是我的成长记录,二来希望能对需要的人有所帮助。闲话少叙,言归正题。

今天的练习是天气预报查询,使用Web Service实现

地址:http://webservice.webxml.com.cn/WebServices/WeatherWS.asmx

上图

运行界面:

 

\

 

文件列表:

 

\

 

MainPage.xaml文件代码:

 1 <phone:PhoneApplicationPage

 2     x:Class="Weather.MainPage"

 3     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"

 4     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"

 5     xmlns:phone="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone"

 6     xmlns:shell="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone"

 7     xmlns:d="http://schemas.microsoft.com/expression/blend/2008"

 8     xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"

 9     mc:Ignorable="d" d:DesignWidth="480" d:DesignHeight="768"

10     FontFamily="{StaticResource PhoneFontFamilyNormal}"

11     FontSize="{StaticResource PhoneFontSizeNormal}"

12     Foreground="{StaticResource PhoneForegroundBrush}"

13     SupportedOrientations="Portrait" Orientation="Portrait"

14     shell:SystemTray.IsVisible="True">

15

16     <!--LayoutRoot is the root grid where all page content is placed-->

17     <Grid x:Name="LayoutRoot" Background="Transparent">

18         <Grid.RowDefinitions>

19             <RowDefinition Height="Auto"/>

20             <RowDefinition Height="*"/>

21         </Grid.RowDefinitions>

22

23         <!--TitlePanel contains the name of the application and page title-->

24         <StackPanel x:Name="TitlePanel" Grid.Row="0" Margin="12,17,0,28">

25             <TextBlock x:Name="ApplicationTitle" Text="天气查询" Style="{StaticResource PhoneTextNormalStyle}"/>

26         </StackPanel>

27

28         <!--ContentPanel - place additional content here-->

29         <Grid x:Name="ContentPanel" Grid.Row="1" Margin="12,0,12,0">

30             <StackPanel>

31                 <TextBlock Text="请输入城市或地区的名称:"></TextBlock>

32           &nb

    相关新闻>>

      发表评论
      请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
      用户名: 验证码:点击我更换图片
      最新评论 更多>>

      推荐热点

      • Windows Phone 项目实战之我的微盘(下)
      • Windows Phone 实用开发技巧(26):对DataTemplate中的元素播放
      • Windows Phone 实用开发技巧(25):Windows Phone读取本地数据
      • Windows Phone 实用开发技巧(27):创建透明Tile
      • Windows Phone 知识锦(12月版)
      • Windows Phone实用开发技巧(31):密码加密
      • Windows Phone 项目实战之我的微盘(上)
      • WP7实例篇之土豆搜索器(2)
      • [翻译]WP7 QuickStart-第七篇-布局
      网站首页 - 友情链接 - 网站地图 - TAG标签 - RSS订阅 - 内容搜索
      Copyright © 2008-2015 计算机技术学习交流网. 版权所有

      豫ICP备11007008号-1