Android代码-AQuery

时间:2022-08-25 20:38:25
【文件属性】:
文件名称:Android代码-AQuery
文件大小:76KB
文件格式:ZIP
更新时间:2022-08-25 20:38:25
Android代码 AQuery AQuery is like JQuery but it for android. AQuery allows the developer to write less and do more for managing element of android like Activity, View, Network, Caching and many more. Getting Started To use this library Add in you top build.gradle : allprojects { repositories { maven { url 'https://jitpack.io' } } } Setup java 8 compiler for enable lambada expression in you app build.gradle : compileOptions { sourceCompatibility 1.8 targetCompatibility 1.8 } Add the depen
【文件预览】:
AQuery-master
----.gitignore(132B)
----settings.gradle(18B)
----build.gradle(589B)
----aquery()
--------.gitignore(7B)
--------build.gradle(1KB)
--------src()
--------proguard-rules.pro(753B)
----gradlew(5KB)
----README.md(6KB)
----gradlew.bat(2KB)
----gradle.properties(730B)
----.idea()
--------misc.xml(2KB)
--------gradle.xml(629B)
--------vcs.xml(180B)
--------runConfigurations.xml(564B)
--------modules.xml(361B)
----gradle()
--------wrapper()

网友评论