SkillAgentSearch skills...

VolleyImageCacheExample

A basic twitter feed reader that uses Volley and DiskLRUCache to cache user profile images.

Install / Use

/learn @rdrobinson3/VolleyImageCacheExample
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Volley Image Cache

An Android application that demonstrates how to implement a memory based and disk based L1 image cache with the the Volley library. The default implementation uses an in-memory cache (as recommended in the Volley comments) but there is a disk based implementation as well. You can change the implementation by altering the MainApplicatin file and passing in the desired Enum value for the cache type. This code demo has a companion blog post, Google I/O 2013: Volley Image Cache Tutorial, which goes over the components and architecture used in this demo.

<p align="center"> <img src="Screenshots/framed_buzzscreenshot.png" width=700/> </p>
View on GitHub
GitHub Stars286
CategoryDevelopment
Updated1mo ago
Forks112

Languages

Java

Security Score

80/100

Audited on Feb 3, 2026

No findings