Android : Least recently used (LRU) algorithm implementation in java?

You may want to look into the LinkedHashMap or LinkedHashSet implementations in the Collections API, which provide support for a highly-configurable LRU framework.

Thank you .. I think linkedHashMap may work for me . – Srinivas Feb 17 at 10:10.

In this process I have to recyle Least recently used bitmaps other wise dvm throws out of memory error . So can any one tell me how to accomplish this task (Least recently used ) in java.?

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions