移动应用可用性检测 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);
})
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》 这本书的介绍吧!
