移动应用可用性检测 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://codercto.com/soft/d/4641.html

500 Lines or Less

500 Lines or Less

Amy Brown、Michael DiBernardo / 2016-6-28 / USD 35.00

This book provides you with the chance to study how 26 experienced programmers think when they are building something new. The programs you will read about in this book were all written from scratch t......一起来看看 《500 Lines or Less》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具