Add a Bitmap Drawable to your Project

How to Add a Bitmap Drawable to your Project

A bitmap graphic file (.png, .jpg, or .gif).

1. Add the bitmap graphic file (.png, .jpg, or .gif) to the res/drawable directory. If the res/drawable directory does not exist, create a drawable directory.

        example: mypic.png

2. The file will now be available for use in your project. 


Previous Recommended Article: Add a Drawable to your Project

Resources:
http://developer.android.com/guide/topics/resources/drawable-resource.html