移动应用可用性检测 AppAvailability

码农软件 · 软件分类 · NativeScript 插件 · 2019-04-29 13:13:43

软件介绍

AppAvailability 可以检测设备上其他应用的可用性。

使用:

var appavailability = require("nativescript-appavailability");

代码示例:

  // examples of what to pass:
  // - for iOS: maps://
  // - for Android: com.facebook.katana
  appavailability.available("com.facebook.katana").then(function(avail) {
      console.log("App available? " + avail);
  })

本文地址:https://www.codercto.com/soft/d/4641.html

New Dark Age

New Dark Age

James Bridle / Verso Books / 2018-7-17 / GBP 16.99

As the world around us increases in technological complexity, our understanding of it diminishes. Underlying this trend is a single idea: the belief that our existence is understandable through comput......一起来看看 《New Dark Age》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

URL 编码/解码
URL 编码/解码

URL 编码/解码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具