ARouter
ARouter copied to clipboard
💪 A framework for assisting in the renovation of Android componentization (帮助 Android App 进行组件化改造的路由框架)
navigation的一个参数的方法的类型是Context, 但是多个参数的方法的第一个参数是Activity 能不能统一都用Context或者Activity? 这是笔误还是有意设计?
ARouter.getInstance().build("xx"), @Autowired注解 双向导航 @Route(path = "/xx/xxx") (只支持kotlin导航kotlin)
## Look at here - → Did you read the doc carefully - → Did you add annotation above target activity - → Did you add annotation processor dependence -...
## Look at here - → Did you read the doc carefully - → Did you add annotation above target activity - → Did you add annotation processor dependence -...
## Look at here - → Did you read the doc carefully - → Did you add annotation above target activity - → Did you add annotation processor dependence -...
场景:Activity的页面跳转是后台配置的,有的时候人为会配置错误为null或者"",Arouter使用会引起Apk崩溃 使用一开始会以为触发DegradeService的onLost方法,结果引起了崩溃。 虽然这是我使用过程中的问题,如果能加一个全局的错误处理回调接口,不引起apk崩溃,就更完美了。 谢谢
由于时间关系,请问目前是否有这样的计划,什么时候出版本
android.useAndroidX=true 使用Fragment 会报错
迁移androidx 后用Arouter navigation DialogFramgent 出现这样 的问题 求官方回复