文件名称:Android代码-一个轻量级,简单,智能和强大的Android路由库。
文件大小:183KB
文件格式:ZIP
更新时间:2022-08-26 17:49:11
Android代码
RxRouter Read this in other languages: 中文, English A lightweight, simple, smart and powerful Android routing library. Getting started Setting up the dependency Add to your project build.gradle file: dependencies { implementation 'zlc.season:rxrouter:x.y.z' annotationProcessor 'zlc.season:rxrouter-compiler:x.y.z' } (Please replace x and y and z with the latest version numbers: ) For Kotlin you should use kapt instead of annotationProcessor Hello World First add the @url annotation to