Android代码-SAF-Kotlin-Router

时间:2022-08-26 00:46:16
【文件属性】:

文件名称:Android代码-SAF-Kotlin-Router

文件大小:172KB

文件格式:ZIP

更新时间:2022-08-26 00:46:16

Android代码

SAF-Kotlin-Router 最新版本 模块 saf-router saf-router-compiler saf-router-annotation 最新版本 下载安装 在app 模块目录下的build.gradle中添加 dependencies { implementation 'com.safframework.router:saf-router:1.2.1' implementation 'com.safframework.router:saf-router-annotation:1.2.0' annotationProcessor 'com.safframework.router:saf-router-compiler:1.2.0' ... } 特性 早期参考了rails框架的router功能,它能够非常简单地实现app的应用内跳转,包括Activity之间、Fragment之间实现相互跳转,并传递参数。 本框架的saf-router-compiler、saf-router-annot


【文件预览】:
SAF-Kotlin-Router-master
----.gitignore(86B)
----gradle()
--------wrapper()
----logo.JPG(35KB)
----README.md(8KB)
----build.gradle(1KB)
----saf-router-annotation()
--------.gitignore(7B)
--------build.gradle(859B)
--------src()
----app-module2()
--------.gitignore(7B)
--------build.gradle(1KB)
--------proguard-rules.pro(938B)
--------src()
----gradlew.bat(2KB)
----gradlew(5KB)
----app-module1()
--------.gitignore(7B)
--------build.gradle(999B)
--------proguard-rules.pro(938B)
--------src()
----LICENSE(11KB)
----saf-router-compiler()
--------.gitignore(7B)
--------build.gradle(943B)
--------src()
----app()
--------.gitignore(7B)
--------build.gradle(1KB)
--------proguard-rules.pro(667B)
--------src()
----gradle.properties(730B)
----saf-router()
--------.gitignore(7B)
--------build.gradle(2KB)
--------proguard-rules.pro(667B)
--------src()
----settings.gradle(147B)

网友评论