Hi, Thank u sathya.
Its working fine. Now i need , I want to create a bitmap array. I want to create a button. When i click that button, the bitmap array should create a bitmap image. Note: only one bitmap image(sample.png)... when i click the button it should create the same bitmap(sample.png) one more time.. can u pls help me?.... On Wed, Dec 2, 2009 at 11:01 AM, sathya subbiah <[email protected]>wrote: > Hi, > > Pls find the code snippet below > > mButtonImage = > BitmapFactory.decodeResource(getResources(),com.android.internal.R.drawable.tt_player_icon); > > canvas.drawBitmap(mButtonImage, BUTTON_X_POS,BUTTON_Y_POS, null); > > In case of resizing bitmap use matrix. > > > > On Wed, Dec 2, 2009 at 12:24 AM, Sasikumar.S > <[email protected]>wrote: > >> Hi, >> >> >> Any one know about how to draw a bitmap image?... >> >> thanks in advance.... >> >> -- >> Thanks & Regards >> Sasikumar.S >> >> -- >> 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Thanks & Regards Sasikumar.S -- 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

