i just put the images in drawable, and used for example, this line of code,

   Bitmap lightbitmap;
 lightbitmap = BitmapFactory.decodeResource(getResources(),
                    R.drawable.light);

where the bitmap in drawable is light.png

Mike


On Wed, Sep 8, 2010 at 4:30 PM, dashman <[email protected]> wrote:

> beginner question...
>
> in eclipse, how do i import an image from my computer
> into the project.
>
> the template generator created 3 separate drawable
> folders - i assume for different resolutions.
>
> any links for help on these...e.g. guidelines etc.
>
> thx
>
> --
> 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]<android-developers%[email protected]>
> 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 [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