On Sun, Aug 1, 2010 at 8:34 AM, { Devdroid } <[email protected]> wrote:
> The final solution (which looks best so far)  I could be able to hand notify()
> BitmapDrawable object. And it'd be absolutely irrelevant how I built it
> (not to mention it would allow dynamically drawn icons to be used for
> notification
> which also would save hell lot of memory for some apps).

Bear in mind that notifications are not displayed by your process, and
so the image has to be transportable across process boundaries.
BitmapDrawable is not Parcelable (few Drawable classes are, AFAICT),
though Bitmap is.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android 2.2 Programming Books: http://commonsware.com/books

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to