先上图吧:
共有美工做好的4张图片,当浏览到最后一页时点击进入客户端。
点击第四涨图片之后进入客户端。
首先定义一个Gallery,我这里为了取消android系统的Gallery的惯性滚动实现短距离滚动,而自定义了一个SlowGallery.java
package com.test.gallery;
import android.content.Context;
import android.util.AttributeSet;
import android.util.Log;
import android.view.KeyEvent;
import android.view.MotionEvent;
import android.widget.Gallery;
/**
* Gallery 取消惯性滚动 实现短距离滚动
* @author wenjie
*
*/
public class SlowGallery extends Gallery {
public SlowGallery(Context context, AttributeSet attrs, int