Skip to content

hardikm9850/Vyom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages