Мне нужно поместить объект данных в мою карту weakhashmap, содержащую программные ссылки.Как мне преобразовать мой "Drawable" объект в softreference?
WeakHashMap <String, SoftReference<Drawable>> tempPulled = new WeakHashMap<String, SoftReference<Drawable>>();
Drawable pulled = BitmapDrawable.createFromResourceStream(null, null, conn.getInputStream(), "galleryImage", options);
SoftReference<Drawable> sPulled;
tempPulled.put(id, pulled);
tempPulled должен поставить "sPulled", softreference