a view can content a image and let image scroll auto. Easy to Use
autoScrollImageView=(AutoScrollImageView)findViewById(R.id.auto);
autoScrollImageView.setImageResource(R.mipmap.bg);
autoScrollImageView.isCircleScroll(true);
autoScrollImageView.setTouchAble(false);
autoScrollImageView.startScroll();