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

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -