Android Open Source - works-imageview-pager Scrollable






From Project

Back to project page works-imageview-pager.

License

The source code is released under:

Apache License

If you think the Android project works-imageview-pager listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Java Source Code

package com.mobilesolutionworks.android.imagepaging;
/*from   w w  w  .ja  v a2  s . c o  m*/
/**
 * Created by yunarta on 18/9/14.
 */
public interface Scrollable {

    boolean isHittingEdge(int direction);

    boolean isScrollable();
}




Java Source Code List

com.mobilesolutionworks.android.imagepaging.ImagePagerAdapter.java
com.mobilesolutionworks.android.imagepaging.ImageViewPager.java
com.mobilesolutionworks.android.imagepaging.ImageViewTouchForPager.java
com.mobilesolutionworks.android.imagepaging.Scrollable.java
com.mobilesolutionworks.android.imagepaging.TouchImageView.java