文件名称:Lab3
介绍说明--下载内容均来自于网络,请自行研究使用
Android天气预报的小应用,通过手机所在地获取当地经纬度,然后搜索google天气服务器提供的xml文件获取信息,最后通过DOM方式解释结果.
注意使用方法:如果用模拟器的话,要在DDMS视角添加经度和纬度。模拟获取当地经纬度。-a small app about weather forecast, it gets the latitude and longtitude of the place where the mobile phone is. And then search the relevant information from the google server. At last, explains the xml file and show the weather information.
注意使用方法:如果用模拟器的话,要在DDMS视角添加经度和纬度。模拟获取当地经纬度。-a small app about weather forecast, it gets the latitude and longtitude of the place where the mobile phone is. And then search the relevant information from the google server. At last, explains the xml file and show the weather information.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Lab3\.classpath
....\.project
....\AndroidManifest.xml
....\bin\classes.dex
....\...\.om\morgan\MainActivity$1.class
....\...\...\......\MainActivity.class
....\...\...\......\R$attr.class
....\...\...\......\R$drawable.class
....\...\...\......\R$id.class
....\...\...\......\R$layout.class
....\...\...\......\R$string.class
....\...\...\......\R.class
....\...\Lab3.apk
....\...\resources.ap_
....\default.properties
....\gen\com\morgan\R.java
....\proguard.cfg
....\res\drawable-hdpi\icon.png
....\...\.........ldpi\icon.png
....\...\.........mdpi\icon.png
....\...\layout\main.xml
....\...\values\strings.xml
....\src\com\morgan\MainActivity.java
....\bin\com\morgan
....\gen\com\morgan
....\src\com\morgan
....\bin\com
....\gen\com
....\res\drawable-hdpi
....\...\drawable-ldpi
....\...\drawable-mdpi
....\...\layout
....\...\values
....\src\com
....\assets
....\bin
....\gen
....\res
....\src
Lab3
....\.project
....\AndroidManifest.xml
....\bin\classes.dex
....\...\.om\morgan\MainActivity$1.class
....\...\...\......\MainActivity.class
....\...\...\......\R$attr.class
....\...\...\......\R$drawable.class
....\...\...\......\R$id.class
....\...\...\......\R$layout.class
....\...\...\......\R$string.class
....\...\...\......\R.class
....\...\Lab3.apk
....\...\resources.ap_
....\default.properties
....\gen\com\morgan\R.java
....\proguard.cfg
....\res\drawable-hdpi\icon.png
....\...\.........ldpi\icon.png
....\...\.........mdpi\icon.png
....\...\layout\main.xml
....\...\values\strings.xml
....\src\com\morgan\MainActivity.java
....\bin\com\morgan
....\gen\com\morgan
....\src\com\morgan
....\bin\com
....\gen\com
....\res\drawable-hdpi
....\...\drawable-ldpi
....\...\drawable-mdpi
....\...\layout
....\...\values
....\src\com
....\assets
....\bin
....\gen
....\res
....\src
Lab3