DWorkS / VolleyPlus

🏐 Volley library : make everything faster . Its an improvements for Volley by Google for Android https://android.googlesource.com/platform/frameworks/volley
https://github.com/DWorkS/VolleyPlus
984 stars 275 forks source link

put bitmap directly into cache without having ImageView #57

Open shankar667 opened 8 years ago

shankar667 commented 8 years ago

Can you help me out, how can i put the custom bitmap into cache with key without having other parameters like ImageView, etc..?

Emasoft commented 8 years ago

Yes, this is an important issue for me too. I want to keep the code for downloading the images separated and independent from the code to display it.