原创 android 網絡通信3

本示例以Servlet爲例,演示Android與Servlet的通信。         衆所周知,Android與服務器通信通常採用HTTP通信方式和Socket通信方式,而HTTP通信方式又分get和post兩種方式。至於Socke

原创 Android WebView example

轉自:http://www.mkyong.com/android/android-webview-example/ Android WebView example Published: February 23, 2012 , Up

原创 JAX-WS Guide

JAX-WS Guide Table of Contents Introduction to JAX-WSIntroduction to JAXBDeveloping JAX-WS Web services From a JavaBea

原创 android佈局相關網站

Android User Interface Design: Frame Layouts Android 開發之旅:view的幾種佈局方式及實踐 - 吳秦 - 博客園 Android User Interface Design: Buil

原创 Axis2 Integration with the Spring Framework

Axis2 Integration with the Spring Framework This document is a guide on how to use Axis2 with the Spring Framework Con

原创 Tomcat SSL Configuration HOW-TO

http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html#Configuration The Apache Tomcat 5.5 Servlet/JSP Container SSL Co

原创 android datagride

book.java package com.dgrid;    public class Book {      String title;      String author;        public Book(String ti

原创 keytool - Key and Certificate Management Tool

keytool - Key and Certificate Management Tool Manages a keystore (database) of private keys and their associated X.509

原创 axis quirk start

Axis2 Quick Start Guide The purpose of this guide is to get you started on creating services and clients using Axis2 as

原创 android 網絡通信2

Android中提供的HttpURLConnection和HttpClient接口可以用來開發HTTP程序。以下是本人在學習中的總結與歸納。 1. HttpURLConnection接口     首先需要明確的是,Http通信中

原创 android網絡通信1

    手機作爲一種通訊終端(MMS),伴隨着網絡的升級而不斷的升級換代。1995年1G問世,手機只能進行基本的語音通訊,1996-1997年2G(GSM,CDMA)及其後的GPRS,EDGE等技術的快速發展,手機開始逐漸增加了數據服務功

原创 Apache Axis2 Installation Guide

Apache Axis2 Installation Guide This document provides information on Axis2 distribution packages, system prerequisites

原创 android wifi

http://www.eoeandroid.com/thread-161697-1-1.html WIFI是無線通信協議,可以允許手機直接連接到無線網絡。在現在3G資費還比較貴的情況下,WIFI對於手機來說是很重要的,我們可以很方便的

原创 android 四大組建

本帖最後由 qixing123 於 2011-12-7 17:16 編輯 本文參與:友盟—安卓巴士Android開發原創教程大賽 轉自:http://www.apkbus.com/android-18204-1-1.html 首先感謝安

原创 activity 跳轉

Activity跳轉與傳值,主要是通過Intent類來連接多個Activity,以及傳遞數據。   Intent是Android一個很重要的類。Intent直譯是“意圖”,什麼是意圖呢?比如你想從這個Activity跳轉到另外一個Act