ion
Android Asynchronous Networking and Image Loading
Ion is an Android library for asynchronous networking and image loading. It gives developers a fluent API for downloading images, JSON, strings, files, and Java objects with less boilerplate. The library supports image loading into ImageViews or Bitmaps, including animated GIFs, caching, transformations, placeholder images, and large image handling. It can also post JSON, form data, and multipart files while providing callbacks, progress updates, and cancellation support. ...