摘要: IntroductionThe first part of this series WCF and Android Part I describes how to setup a JSON REST WCF service. This post shows how to consume this service using Android.Simple Webservice invokationAndroid already comes with a ready to use HTTP-client located in the package org.apache.http.client. 阅读全文
posted @ 2012-09-06 19:10 ttssrs 阅读(299) 评论(0) 推荐(0) 编辑
摘要: IntroductionThe Windows Communication Foundation (WCF) provides a very flexible way of exposing network interfaces to other applications. For cross platform and inter programming language support basically two technologies can be used. SOAP and REST services. The SOAP approach provides far more feat 阅读全文
posted @ 2012-09-06 19:09 ttssrs 阅读(270) 评论(0) 推荐(0) 编辑