Code Monkey home page Code Monkey logo

Comments (3)

vasdeveloper avatar vasdeveloper commented on May 3, 2024
  1. JSBridge的通道不在该框架范围内,Demo App(API Level 17)上面使用的是addJavaScriptInterface,详细请看 Android-FAQ

2.该框架除了并行流式加载和缓存外,还支持增量更新,在传统框架中,即使html里面一点内容改变,都需要重新请求页面全量内容,然后重新Reload一遍,而VasSonic可以做到仅请求数据块,并且页面能够做到仅刷新变化元素。

3.更多内容可以在wiki中了解

from vassonic.

myth2loki avatar myth2loki commented on May 3, 2024

如果没有JS实现部分,应该还不能算混合框架吧?充其量只能算一个优化了webview加载速度的native库吧?
我的理解是只有包含JS实现部分才叫做混合开发框架。
望不吝赐教:)

from vassonic.

vasdeveloper avatar vasdeveloper commented on May 3, 2024

Hybrid字面意思就是混合的的意思,从宏观理解上来看,可以认为存在Native和非Native交互的应用,都可以称为Hybrid应用。VasSonic中也存在JSBridge调用,目前只是一个接口,就是sonic.getDiffData。

所以,我们的slogan是“VasSonic是一个专注于首屏加速的Hybrid框架”。

from vassonic.

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.