Android Pull解析xml
2010-09-17 00:16:00 来源:WEB开发网19. android:targetPackage="com.xlth.cn.demo" android:label="Tests for My App" />
20. < /manifest>
< ?xml version="1.0" encoding="utf-8"?>
< manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.xlth.cn.demo"
android:versionCode="1"
android:versionName="1.0">
< application android:icon="@drawable/icon" android:label="@string/app_name">
< uses-library android:name="android.test.runner" />
< activity android:name=".PullParseDemo"
android:label="@string/app_name">
< intent-filter>
< action android:name="android.intent.action.MAIN" />
< category android:name="android.intent.category.LAUNCHER" />
< /intent-filter>
< /activity>
< /application>
< uses-sdk android:minSdkVersion="7" />
< instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="com.xlth.cn.demo" android:label="Tests for My App" />
< /manifest>
Pull解析可以用于很多场合,例如接受google天气,rss新闻等,希望对大家有帮助!
更多精彩
赞助商链接