移动应用可用性检测 AppAvailability
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: Android
- 软件首页: https://github.com/eddyverbruggen/nativescript-appavailability
软件介绍
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);
})
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》 这本书的介绍吧!
