Friday 20 April 2012

Bitmap Object for Resource Image in android

Bitmap bitmap;
bitmap=BitmapFactory.decodeResource( context.getResources(), R.drawable.MyImage);


No comments:

Post a Comment