文件名称:Android代码-Zoomy
文件大小:16.96MB
文件格式:ZIP
更新时间:2022-08-25 09:49:00
Android代码
Zoomy Zoomy is an easy to use pinch-to-zoom Android library Installation Zoomy is available in the JCenter, so you just need to add it as a dependency compile 'com.ablanco.zoomy:zoomy:{latest version}' where {latest version} corresponds to published version in JCenter Usage To start using Zoomy, just register the View you want to be zoomable Zoomy.Builder builder = new Zoomy.Builder(this).target(mZoomableView); builder.register(); Thats all. Now your views can be pinch-zoomed! Customizatio
【文件预览】:
Zoomy-master
----gradlew(5KB)
----settings.gradle(25B)
----art()
--------zoomy.gif(10.07MB)
----.idea()
--------runConfigurations.xml(564B)
--------misc.xml(2KB)
--------caches()
--------gradle.xml(677B)
--------encodings.xml(159B)
--------modules.xml(452B)
--------codeStyles()
--------vcs.xml(180B)
----gradle()
--------wrapper()
----README.md(4KB)
----gradlew.bat(2KB)
----gradle.properties(730B)
----zoomy()
--------src()
--------.gitignore(7B)
--------build.gradle(2KB)
--------proguard-rules.pro(666B)
----.gitignore(118B)
----app()
--------src()
--------.gitignore(7B)
--------build.gradle(1KB)
--------proguard-rules.pro(666B)
----build.gradle(862B)