是否有关于如何开发必须使用restful服务的Android应用程序的好教程?
答案 0 :(得分:7)
Spring for android很有用:
适用于Android的Rest客户端
Auth支持访问安全API
根据您的问题,您说您将使用RESTful服务。所以我的答案是它对你有用。
Spring Android不会提供Depencency Injection支持,事务支持等等。
我使用一个与spring android集成的android开源框架,简化了你的编码:Android Annotations。这将减少您的代码并为您提供一种Depencency Injection。
获得Dependecy Injection支持的另一个选项是roboguice。
这里是一个教程,向您解释如何使用spring创建RESTful android应用程序:http://blogs.burnsidedigital.com/2012/08/how-to-create-restful-http-for-android-in-4-easy-steps-using-spring/