volley

Edit

기능

Ok Http는 Squre에서 공개한 Http + SPDY 지원 라이브러리로 역시나 저희가 The platform 기사를 작성한 이후로 따끈따끈하게 공게되었습니다.

구글에서 앱을 개발하면서 어렵게 얻은 교훈의 이득을 쉽게 얻을 수 있을것이고, 스스로 개발하는것보다 훨씬 빠를 것이라고 자신있게 말합니다.

( It’s easier than doing it yourself, and you get the benefit of all of those lessons we’ve learned the hard way in developing our apps at Google.

But it’s also fater than doing it in yourself. Google + Team did a bench mark last year, A bunch of networking libraries and Volley won every single one.)

참고자료

발표자료 : http://www.youtube.com/watch?v=yhv8l9F44qo

maven : https://gist.github.com/f2prateek/5606337

git clone https://android.googlesource.com/platform/frameworks/volley

https://gist.github.com/givenjazz/5626084

예제 :

https://gist.github.com/ficusk/5614325 : LruBitmapCache.java

https://gist.github.com/ficusk/5474673 : GsonRequest.java

Cache : https://gist.github.com/givenjazz/5626084