当前位置: 首页 > 软件库 > 手机/移动开发 > >

NativeScript-Play-Pit

授权协议 MIT License
开发语言 JavaScript TypeScript
所属分类 手机/移动开发
软件类型 开源软件
地区 不详
投 递 者 郭彬郁
操作系统 iOS
开源组织
适用人群 未知
 软件概览

NativeScript Play Pit

An open-source collection of NativeScript playground projects demonstrating all the AWESOMENESS �� of NativeScript.

Table of Contents

Requirements

To view a project on your device you'll need the Playground and Preview apps. Once you have the apps you can tap a project link from you phones' browser and it will open in the Preview app. Or you can navigate to the Playground from your computer and select QR Code from the sites UI. Then use the Playground app to scan the QR Code.

iOS Android
Playground App Playground App
Preview App Preview App

Projects


Contributing

All contributions are welcome. The repo deploys GitHub Actions triggered by new issues to create and update Projects; see below for details.

Creating a New Project

  1. First build the project in your chosen flavour of NativeScript at play.nativescript.org.
  2. When your project is ready to share click here to submit a new project and follow the instructions.

Add a Missing Playground

If you've found a project that's missing a flavour of NativeScript you know, please add it.

  1. First build the project in the missing flavour at play.nativescript.org.
  2. When your project is ready to share, click the add link next to that projects missing playground and follow the instructions.

Update a Playground

  1. First open the existing playground link and begin working on your updates.
  2. When you've finished making changes click the save button in the playground UI and copy the new playground link.
  3. Now click the update link next to the projects playground flavour you've just updated, and follow the instructions.
 相关资料
  • NativeScript 可以使用 Javascript,CSS, XML 创建真正的 Native 跨平台应用,支持 iOS Android,NativeScript 将您的跨平台代码翻译成目标平台的代码。 UI 使用 XML 描述,CSS 样式,在编译时将 UI 转化成本地原生代码,最终得到正在的 Native 原生应用。 Telerik 公开了用于创建安卓、iOS和Windows Unive

  • Google Play现在有了关于64位可比性的新规则--所有有二进制的APK也需要提供64位版本。我试图提交我的nativescript应用程序,它有一个64位二进制,但警告显示... 此版本不符合播放64位的要求 为什么?我有64位支持: Google Play中列出的原生平台 原生Plattformen arm64-v8a、armeabi-v7a、x86 谷歌甚至从我的AAB生成64位的AP

  • 我试图在我的Play Framework应用程序中使用Play-Morphia。到目前为止,我已经用安装了该模块,我的应用程序依赖项。yml如下所示: 最后。

  • .play( from:*, suppressEvents:Boolean ) : * 控制动画往正方向播放,可设定开始的时间点。 如果suppressEvents保持默认状态并跳到新的时间点,那么之前在新旧时间点之间设置的回调或函数不会被触发,相当于跳过了那些时间点。如果想触发,设为false。 //在当前位置开始播放 myAnimation.play(); //在2秒钟位置开始播放 myAn

  • .play( from:*, suppressEvents:Boolean ) : * 控制动画往正方向播放,可设定开始的时间点。 如果suppressEvents保持默认状态并跳到新的时间点,那么之前在新旧时间点之间设置的回调或函数不会被触发,相当于跳过了那些时间点。如果想触发,设为false。 //在当前位置开始播放 myAnimation.play(); //在2秒钟位置开始播放 myAn

  • NativeScript Command-Line Interface The NativeScript CLI lets you create, build, and deploy NativeScript-based apps on iOS and Android devices. Get it using: npm install -g nativescript What is Native