Hi
Very useful post. I tried your code and it works!!. But i am able to scroll only a part of image. Is their anything i missed in the code. Find my code below
scrollImageView = new ImageScroller(this,
BitmapFactory.decodeResource(getResources(), R.drawable.my_image),
d.getWidth(), d.getHeight(),
null);
setContentView(scrollImageView);
ImageScroller is the "scrollImageView " class. just copied and renamed.

