New here :D
I have problem with my application. :/ In my app i have a bitmap(size is equal to screen in my emulator 480x800). I am draw some circles and lines. Now i want to add small(44x44) picture(.png). This picture should be in foreground and bit map as a background. (Bitmap have change when user touch the screen)
this green circles are drawing
c.drawCircle(xAxis, yAxis, PBEngine.fieldGreenRadius, paint);
i want replace it by my own picture.
i can't find solution :/ sorry for englins hope you understand me