Skip to content
master
Go to file
Code
This branch is 109 commits behind stan-ko:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
app
 
 
 
 
 
 
 
 
 
 
 
 

README.md

StanKoUtils

The set of handy classes.

enter image description here

U can check the library here.

Download

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>

Android SDK Version

SlideImageView requires a minimum sdk version of 8.

Getting Help

To report a specific problem or feature request, open a new issue on Github.

License

Apache 2.0. See LICENSE file for details.

Author

StanKo - @stan-ko

About

Set of handy classes

Topics

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.