sample code for zoom in and zoom out of images is:
private Drawable image;
image.setBounds(0, 0, getWidth(), getHeight());
image.draw(canvas);
zoom in and out is working fine.now I want to include move around routine for image in this code.So how can I move image on emulator using touch event?
Please give me information. thanks in advance.
NKB

