Skip to content

xattacker/Polygon_Android_API

Repository files navigation

Polygon_Android_API

an Android kotlin Polygon UI View component

iOS version API: https://github.com/xattacker/Polygon_iOS_API

present a custom defined polygon view:
图片替换文本

The API could load data from code for json file(json parsing with gson library)
and supports event callback

Setup:

minSdkVersion: 14 Download

allprojects {
    repositories {
        ...
        jcenter()
    }
}

dependencies {
    implementation 'com.xattacker.android:Polygon:1.0.0'
}

About

an Android Polygon UI View component

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published