Skip to content

ataranto/pierce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

= Volley Notes

http://www.youtube.com/watch?v=yhv8l9F44qo

stuff that volley does

  • error handling, OnError()

  • caching

  • retry

  • parallel requests

  • request priority

  • response delivery mechanism (ResponseDelivery)

  • request cancellation

  • bulk cancellation token

  • event logging of request state transitions

  • 304 not modified response handling

  • network image view

  • JsonObjectRequest (included request type)

  • image view: holds image responses, batches main thread update on interval

About

An HTTP library similiar to Volley

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages