Android HttpClient网络通信
2010-07-13 21:24:00 来源:WEB开发网核心提示:} catch (InterruptedException e) {// TODO Auto-generated catch blocke.printStackTrace();}}}}Java代码< ?xml version="1.0" encoding="utf-8"?&
} catch (InterruptedException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}
}
}
Java代码
< ?xml version="1.0" encoding="utf-8"?>
< manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.Aina.Android"
android:versionCode="1"
android:versionName="1.0">
< application android:icon="@drawable/icon" android:label="@string/app_name">
< activity android:name=".Test"
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-permission android:name="android.permission.INTERNET" />
< /manifest>
via:http://aina-hk55hk.javaeye.com/blog/711544
Tags:Android HttpClient 网络通信
编辑录入:coldstar [复制链接] [打 印]更多精彩
赞助商链接