isbn search in android [closed]
i wanna search book name using its isbn number.. how to impliment in and开发者_开发技巧roid???
thnx in advance......
Find a service that enables you to search books via ISDN: for example http://isbndb.com/data-intro.html
Make a HTTP request with the help of HttpClient: http://w3mentor.com/learn/java/android-development/android-http-services/example-of-http-get-request-using-httpclient-in-android/
Parse the reply. In this case it's XML: http://www.ibm.com/developerworks/opensource/library/x-android/
精彩评论