Mmobin789 Pixel Versions Save

A lightweight image loader for Android backed by Kotlin Coroutines.

0.0.3-alpha

3 years ago

Added Okio. Added OkHttpClient for image load network requests. Custom OkHttpClient option added. Custom Request option added. Kotin version updated. Coroutines updated and overall threading logic improved significantly. Memory leaks checked. Bug fixes for loads in recycler view. Request cancel feature revoked for now. JSON load features removed. #2 fixed.

0.0.2

4 years ago
  • Image loading/Caching from internet.
  • PixelOptions support to provide custom support for an image load (Placeholder,set image size)
  • Signature loads (Each request unique and no duplicate requests run for same image and size per load request)
  • Automatic pause/cancels based on UI thread state.
  • Configurable Memory Cache and options.
  • Limited Networking support for loading/Caching JSON responses for open urls.