微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

Samurai-Native 移动应用开发框架

程序名称:Samurai-Native

授权协议: MIT

操作系统: Android

开发语言: JavaScript

Samurai-Native 介绍

Samurai-Native 是一个基于浏览器内核通过 HTML+CSS 开发原生移动应用,目前支持 iOS ,很快会支持 Android。

示例代码

<html>

    <body>

        <UICollectionViewCell is-static is-row>
            <div class="profile-wrapper">
                <div class="profile-attribution">
                    <div class="profile-segment no-wrap">
                        <div class="segment-wrapper">
                            <span class="segment-count">10,875</span>
                            <span class="segment-suffix">Followers</span>
                        </div>
                    </div>
                    <div class="profile-segment no-wrap">
                        <div class="segment-wrapper">
                            <span class="segment-count">199</span>
                            <span class="segment-suffix">Followers</span>
                        </div>
                    </div>
                </div>
            </div>
        </UICollectionViewCell>

    </body>

</html>

相关项目:

  • gumbo: HTML5 解析库,纯 C99 实现

  • katana: CSS3 解析库,纯 C99 实现

  • fishhook: iOS

支持动态重新绑定符号

Samurai-Native 官网

https://github.com/hackers-painters/samurai-native

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐