WEB开发网
开发学院手机开发Android 开发 Android HttpClient网络通信 阅读

Android HttpClient网络通信

 2010-07-13 21:24:00 来源:WEB开发网   
核心提示:Java代码< ?xml version="1.0" encoding="utf-8"?>< LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"and

Java代码

< ?xml version="1.0" encoding="utf-8"?>

< LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"

android:orientation="vertical" android:layout_width="fill_parent"

android:layout_height="fill_parent">

< Button android:text="GET" android:id="@+id/Button01"

android:layout_width="fill_parent"

android:layout_height="wrap_content">

< /Button>

< Button android:text="POST" android:id="@+id/Button02"

android:layout_width="fill_parent"

android:layout_height="wrap_content">

< /Button>

< TextView android:id="@+id/TextView" android:layout_width="fill_parent"

android:layout_height="wrap_content"/>

< /LinearLayout>

< ?xml version="1.0" encoding="utf-8"?>

< LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"

android:orientation="vertical" android:layout_width="fill_parent"

android:layout_height="fill_parent">

< Button android:text="GET" android:id="@+id/Button01"

android:layout_width="fill_parent"

android:layout_height="wrap_content">

< /Button>

< Button android:text="POST" android:id="@+id/Button02"

android:layout_width="fill_parent"

android:layout_height="wrap_content">

< /Button>

< TextView android:id="@+id/TextView" android:layout_width="fill_parent"

android:layout_height="wrap_content"/>

< /LinearLayout>

Java代码

package com.Aina.Android;

import java.io.BufferedReader;

import java.io.IOException;

import java.io.InputStream;

import java.io.InputStreamReader;

import java.io.UnsupportedEncodingException;

1 2 3 4 5 6  下一页

Tags:Android HttpClient 网络通信

编辑录入:coldstar [复制链接] [打 印]
赞助商链接