请问怎么用intent传递Lrucache对象?我按照网上试着用实现Parcelable接口的方法,但是把Lrucache对象写入Parcel的时候报错:
E/AndroidRuntime(1701): java.lang.RuntimeException: Parcel: unable to marshal value LruCache[maxSize=33554432,hits=39,misses=2,hitRate=95%]
还有别的办法吗??
慕客天华
超级血瓶_0001