Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Shutterbug is an Android library that lets you fetch remote images and cache them. It is particularly suited for displaying remote images in lists or grids as it includes a convenience subclass of ImageView (FetchableImageView) that make implementation a one-liner.

Jan 28, 2017

Modern image loading library for Android. Simple by design, powerful under the hood.

  • Kotlin: Simple Image Loader is Kotlin-native and uses no any dependencies except myself Disk LRU Cache
  • Fast: contains lots of optimizations: memory cache, disk cache, images downsampling, requests cancelling and more
  • Lightweight: ~18Kb 😄
  • Simple: minimal boilerplate, simple API, based on every-day needs, extensible for features you need
  • Flexible: not found something you need, like need FTP transport, maybe custom memory or disk caching, SVG displaying support, etc? You can easily add it on your project, because Simple Image Loader is modular and full of simple abstractions.
Jan 17, 2022

Sketch can help developers to read images from local storage or network.

Aug 17, 2016

This project aims to provide a reusable instrument for asynchronous image loading, caching and displaying.

Features:

  • Multithread image loading (async or sync)
  • Wide customization of ImageLoader's configuration
  • Many customization options for every display image call
  • Image caching in memory and/or on disk
  • Listening loading process
Jul 5, 2014

Android library that sets an ImageView's contents from a url. Manages image downloading, caching, and makes your coffee too.

Jul 5, 2014

This library will help developers to show Image from url and to provide zooming, panning functionalities. This simple ImageView will easily fit in ListView / RecyclerView / Activity / Fragment etc.

Aug 14, 2017