Re: [android-developers] Looking for a FIFO file storage system

2012-05-07 Thread Justin Anderson
What does this have to do with Android SDK development? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, May 7, 2012 at 9:27 AM, dillipk wrote: > Hi, > > I'm looking to implement a disk based caching system. The idea > is to allocate a certain

[android-developers] Looking for a FIFO file storage system

2012-05-07 Thread dillipk
Hi, I'm looking to implement a disk based caching system. The idea is to allocate a certain amount of storage space and save how much ever data fits in there, discarding of old files on First In First Out(FIFO) basis as I run out of space. Any idea on it's implementation or a sample sourc