如何启动应用程序来显示书籍和价格,并让您通过结帐购买?
我将如何构建一个应用程序,让用户可以看到我写的书籍,以及价格和通过谷歌结账购买书籍的能力?
我将如何去做或开始?如果我已经有一个包含我的内容的网站?
How would i go about building a application that lets users see books that i write, and the prices and the ability to purchase the books through google checkout??
How would i go about doing this or start? If i already have a website with my content on it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这可能是一个很好的学习资源。
链接
编辑:
您可以在此处浏览代码。
这是该项目的视频。 链接。
您可以从此处安装该应用程序。 链接
我猜它是在 Apache 2.0 许可证下。检查作者的评论。 链接。
this can be a good learning resource.
Link
EDIT:
you can browse the code here.
this is the video the that project. Link.
you can install the app from here. Link
i guess its under Apache 2.0 license. check the author's comment. Link.
如果您打算将其作为网络应用程序来执行此操作,请查看 Google Books API:
http://code.google.com/apis/books/docs/getting-started.html
If you plan to do this as a web application, have a look at the Google Books API:
http://code.google.com/apis/books/docs/getting-started.html