The set of handy classes.
U can check the library here.
You can download a .jar from GitHub's releases page.
Or use Gradle jCenter:
dependencies { repositories { mavenCentral() maven { url 'http://dl.bintray.com/gigamole/maven/' } } compile 'com.github.stankoutils:app:+' }
Or Gradle Maven Central:
compile 'com.github.stankoutils:app:1.3.1'
Or Maven:
<dependency> <groupId>com.github.stankoutils</groupId> <artifactId>app</artifactId> <version>1.0.0</version> <type>aar</type> </dependency>
SlideImageView requires a minimum sdk version of 8.
To report a specific problem or feature request, open a new issue on Github.
Apache 2.0. See LICENSE file for details.
StanKo - @stan-ko