文件名称:Android代码-rainbow
文件大小:14.64MB
文件格式:ZIP
更新时间:2022-08-26 13:38:36
Android代码
Rainbow A fork of Processing for Android Guide What can I do with Rainbow? With Rainbow you can easily draw graphics (interactive or not) in your Android application. How to do it? Import it on your build.gradle repositories { maven { url "https://jitpack.io" } } dependencies { compile 'com.github.juankysoriano:rainbow:v1.0.0-rc5' } Once done it is very easy to integrate! Just extend Rainbow and attach it to one of your ViewGroup! Then you will @Override the methods i
【文件预览】:
rainbow-master
----NOTICE(1KB)
----gradlew(5KB)
----proguard-project.txt(781B)
----build.xml(5KB)
----LICENSE(7KB)
----gradle()
--------wrapper()
--------1.12()
----promo.png(5MB)
----.gitignore(325B)
----rainbow-lib()
--------proguard-rules.pro(701B)
--------src()
--------.gitignore(7B)
--------build.gradle(1KB)
----demo()
--------proguard-rules.pro(701B)
--------src()
--------.gitignore(7B)
--------build.gradle(1KB)
----project.properties(584B)
----README.md(6KB)
----settings.gradle(61B)
----AndroidManifest.xml(122B)
----build.gradle(485B)
----libs()
--------android-support-v4.jar(473KB)