0

我想用它的 isbn 号搜索书名.. 如何在 android 中实现???

thnx提前......

4

1 回答 1

1
  1. 查找使您能够通过 ISDN 搜索书籍的服务:例如http://isbndb.com/data-intro.html

  2. 借助 HttpClient 发出 HTTP 请求:http ://w3mentor.com/learn/java/android-development/android-http-services/example-of-http-get-request-using-httpclient-in-android/

  3. 解析回复。在这种情况下,它是 XML:http ://www.ibm.com/developerworks/opensource/library/x-android/

于 2011-05-03T05:25:26.423 回答