Android代码-Router

时间:2022-08-25 20:43:00
【文件属性】:

文件名称:Android代码-Router

文件大小:2.22MB

文件格式:ZIP

更新时间:2022-08-25 20:43:00

Android代码

Router This is a framework for starting an activity by url(“Scheme”) on Android. Dependencies add JitPack to your root project build.gradle: allprojects { repositories { ... maven { url 'https://jitpack.io' } } } LatestVersion= Basic config: // add it to your build.gradle on app project compile "com.github.yjfnypeu.Router:router-api:$LatestVersion" If you've added Parceler into your app, the best practice is to add a Compile-time framework to create route rules with an


网友评论