网络框架 Retrofit学习

网络请求框架 for Android

学习资源:

  • https://github.com/bboyfeiyu/android-tech-frontier/tree/master/issue-7/Retrofit%E5%BC%80%E5%8F%91%E6%8C%87%E5%8D%97
  • http://malinkang.com/AndroidNote/net/retrofit.html
  • http://blog.jobbole.com/65170/

what is RESTful API:

  • http://www.ruanyifeng.com/blog/2011/09/restful.html
  • http://www.infoq.com/cn/articles/rest-introduction

极大促进理解:

  • http://blog.chengyunfeng.com/?p=491 云在千峰

the retrofit 2.0

  • http://inthecheesefactory.com/blog/retrofit-2.0/en

你可能感兴趣的:(网络框架)