NativeScript 插件 NativeScript Insomnia
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: Android
- 软件首页: https://github.com/eddyverbruggen/nativescript-insomnia
软件介绍
NativeScript Insomnia 是可以使得设备锁定然后屏幕不暗的 NativeScript 插件。
安装
tns plugin add nativescript-insomnia
使用
var insomnia = require("nativescript-insomnia");keepAwake
insomnia.keepAwake().then(function() {
console.log("Insomnia is active");
})allowSleepAgain
insomnia.allowSleepAgain().then(function() {
console.log("Insomnia is inactive, good night!");
})
Developer's Guide to Social Programming
Mark D. Hawker / Addison-Wesley Professional / 2010-8-25 / USD 39.99
In The Developer's Guide to Social Programming, Mark Hawker shows developers how to build applications that integrate with the major social networking sites. Unlike competitive books that focus on a s......一起来看看 《Developer's Guide to Social Programming》 这本书的介绍吧!
