文件名称:Android代码-安卓路由跳转库
文件大小:111KB
文件格式:ZIP
更新时间:2022-08-25 21:23:21
Android代码
Android router 中文文档 Getting started To add a dependency using Gradle: compile 'com.github.mr5:android-router:0.1.3' Initialization import com.github.mr5.androidrouter.Router; import static com.github.mr5.androidrouter.Route.route; public class Application extends android.app.Application { public void onCreate() { super.onCreate(); // You can get the shared instance of router via static method `getShared`, after `asShared` method called on a instance of `Router`.
【文件预览】:
android-router-master
----.gitignore(161B)
----settings.gradle(30B)
----gradle-mvn-push.gradle(4KB)
----build.gradle(3KB)
----library()
--------.gitignore(7B)
--------build.gradle(861B)
--------src()
--------gradle.properties(71B)
--------proguard-rules.pro(662B)
----.travis.yml(586B)
----android-router.iml(1KB)
----gradlew(5KB)
----samples()
--------.gitignore(7B)
--------build.gradle(1KB)
--------src()
--------proguard-rules.pro(662B)
----LICENSE(1KB)
----README_zh.md(4KB)
----README.md(4KB)
----gradlew.bat(2KB)
----gradle.properties(1KB)
----gradle()
--------wrapper()