According to instructions and javadoc
<pre>public final void callback(java.lang.String url,
Bitmap bm,
AjaxStatus status)
The callback method to be overwritten for subclasses</pre>
But this class is declared as final, so can't override it :)
For the moment I'm using the ImageView associated implementation of callback
method, but it only works when there is an imageview associated, so I had to
create a fake ImageView to make it work.
Btw, congrats for this fantastic work. Excellent!
Original issue reported on code.google.com by sergi.martinez on 16 Aug 2012 at 11:30
Original issue reported on code.google.com by
sergi.martinez
on 16 Aug 2012 at 11:30