Back to project page works-imageview-pager.
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.
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(); }