Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 632 Bytes

File metadata and controls

28 lines (21 loc) · 632 Bytes

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'
}