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
minSdkVersion: 14
allprojects {
repositories {
...
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.xattacker:Polygon_Android_API:1.0.0'
}