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

allprojects {
    repositories {
        ...
	mavenCentral()
	maven { url 'https://jitpack.io' }
    }
}

dependencies {
    implementation 'com.github.xattacker:Polygon_Android_API:1.0.0'
}