Please don't double-post...  I believe I answered your question in the other
thread.

On Sun, Mar 6, 2011 at 2:04 PM, trans <transf...@gmail.com> wrote:

> Tried this and it does not seem to work for me :-(
>
> In my code image[i] holds the resource reference:
>
>         Log.v("debug", "res: " + image[i]);
>         Bitmap bmp = BitmapFactory.decodeResource(res, image[i]);
>         BitmapDrawable bmpDraw = new BitmapDrawable(bmp);
>         k.icon = bmpDraw;
>
>
>  --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

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

Reply via email to