Android代码-应用模块化和懒加载在 Instagram 中的实现

时间:2022-08-25 21:41:45
【文件属性】:

文件名称:Android代码-应用模块化和懒加载在 Instagram 中的实现

文件大小:1.2MB

文件格式:ZIP

更新时间:2022-08-25 21:41:45

Android代码

Ig-Lazy-Module-Loader This library helps with loading modules (features) in Android apps on demand, whenever needed. Before this library can be used a module needs to be compiled to a separate jar/dex or apk file. Right now, the library supports java libraries and android libraries which don't rely on android resources. Support for lazy loading resources may be added later. In the demo app there's two examples of lazy loading: java library - compiled first to jar and then to dex file android


【文件预览】:
ig-lazy-module-loader-master
----.gitignore(53B)
----settings.gradle(89B)
----ig-lazy-module-loader()
--------.gitignore(7B)
--------build.gradle(1KB)
--------src()
--------proguard-rules.pro(918B)
----build.gradle(437B)
----lazyloadedservice()
--------.gitignore(7B)
--------build.gradle(804B)
--------src()
--------proguard-rules.pro(918B)
----.travis.yml(220B)
----demoapp()
--------.gitignore(7B)
--------build.gradle(802B)
--------src()
--------README.md(352B)
--------proguard-rules.pro(918B)
----gradlew(5KB)
----CONTRIBUTING.md(1KB)
----LICENSE(2KB)
----LICENSE-examples(650B)
----README.md(8KB)
----gradlew.bat(2KB)
----gradle.properties(730B)
----gradle()
--------wrapper()
----lazyloadedlibrary()
--------.gitignore(7B)
--------build.gradle(150B)
--------src()
----PATENTS(2KB)

网友评论