与谷歌书api连接

时间:2012-11-25 16:56:05

标签: api android-intent web

我正在开设一个课程项目,因为我是Android上的新手工API,所以我一直在寻找一个可以在我的android项目中使用的Google书籍Intent示例。我甚至尝试过使用JSON,但不知道如何继续使用。我会喜欢它,如果有人可以帮我使用示例谷歌代码android类,只是使用uri获取内容。 谢谢,

1 个答案:

答案 0 :(得分:4)

您必须注册google API并获取 API密钥

https://code.google.com/apis/console/?pli=1#project:713668701465

服务中的

link => 开启图书API

API访问链接=>

在简单API访问下获取 API KEY

按照说明操作

https://developers.google.com/books/

例如:www.googleapis.com/books/v1/volumes?q=isbn:1419705849&key={your api key}