android - Png file and bitmap -
new here :d
i have problem application. :/ in app have bitmap(size equal screen in emulator 480x800). draw circles , lines. want add small(44x44) picture(.png). picture should in foreground , bit map background. (bitmap have change when user touch screen)
this green circles drawing
c.drawcircle(xaxis, yaxis, pbengine.fieldgreenradius, paint); i want replace own picture.
i can't find solution :/ sorry englins hope understand me
as @njzk2 has stated use canvas draw function. example can seen in draw smoothly scaled bitmaps on canvas
there example question here draw bitmaps resources on another regarding using bitmaps foreground , background images.
Comments
Post a Comment