Coder Social home page Coder Social logo

Comments (7)

WhatHowWhy avatar WhatHowWhy commented on May 1, 2024 1

可是这样就不能走正常流程,不经过拦截器了

from activityrouter.

PengsongAndroid avatar PengsongAndroid commented on May 1, 2024

同问 +1

from activityrouter.

mzule avatar mzule commented on May 1, 2024

可以通过 Routers.resolve() 方法将 url 解析成 intent,然后就可以添加任意支持的数据类型了。

from activityrouter.

mzule avatar mzule commented on May 1, 2024

@WhatHowWhy 明白了,待会我重载一下 open 方法支持一下。

from activityrouter.

 avatar commented on May 1, 2024

不能传递集合,跳转基本都是带集合过去的,不能传递就没用。。。

from activityrouter.

1242128273wangpeng avatar 1242128273wangpeng commented on May 1, 2024

我要传一个集合怎么传啊?

from activityrouter.

cowthan avatar cowthan commented on May 1, 2024

router的本意是通过一个uri跳转,只带简单的参数,传集合或者model可以仿照服务器url跳转的flash方式,专门建立一个Manager类放要传递的model,并给这个model一个id,uri里面只传id就行了,取出来之后立刻删除,服务器url转发如果要带大量数据(避免再查数据库),似乎就是这样

from activityrouter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.