Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 577 Bytes

File metadata and controls

7 lines (5 loc) · 577 Bytes

VolleyJDeferred

This is a basic sample application that combines Android's HTTP Library Volley with a Java Deferred/Promise library by the name of JDeferred. Other libraries used include ButterKnife for view injection and Gson for JSON object consumption. Links can be found below. Again, this is meant to serve as a basic foundation for asynchronous programming using Volley, though future branches may include additional features.

http://developer.android.com/training/volley/index.html https://github.com/jdeferred/jdeferred http://jakewharton.github.io/butterknife/