Skip to content

A simple image loading library that gets the task done

Notifications You must be signed in to change notification settings

hardikm9850/Vyom

Repository files navigation

Vyom

A simple image loading library that gets the task done.

This project is implemented for my learning purpose.

The library uses following components

  • HttpUrlConnection : To retrieve data from given Url

  • Kotlin Coroutine : For performing heavy task on background thread

  • Custom LRU cache : For maintaining bitmap in RAM

Features to be added

  • Disk cache support

  • Place holder support

  • Bitmap pool to reuse bitmaps avoiding the plentyful GCs

  • Observing Lifecycle through passed context. Possible with Activity and Fragment context

About

A simple image loading library that gets the task done

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages