Android 小孙中文天气预报程序.docVIP

  • 2
  • 0
  • 约7.03千字
  • 约 8页
  • 2020-04-05 发布于河北
  • 举报
Android 小孙中文天气预报程序 2010年09月13日 星期一 12:47 首先了解下,Google天气预报的API吧。 /ig/api?weather=城市名(中文全拼). 我发现在模拟器上面返回的结果和在pc上返回的结果不太一样,pc上有中文的,android模拟器上没有的。 好了不说别的了。 now start。 1。建立工程。我取名sbsWeather。结构如下: 再写布局文件,这里只是简单的布局,如果想做的漂亮,去看下iphone的布局,可以得到启发。 2。写布局。 ?xml version=1.0 encoding=utf-8? LinearLayout xmlns:android=/apk/res/android android:orientation=vertical android:layout_width=fill_parent android:layout_height=fill_parent TextView android:id=@+id/tvPlace android:layout_width=fill_parent android:layout_height=wrap_content / EditText android:id=@+id/place android:layout_width=fill_pa

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档