- 授权协议: BSD
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/Flipboard/psync
- 软件文档: https://github.com/Flipboard/psync
软件介绍
PSync 是一个 Gradle 插件用于 Android 根据 XML Perferences 生成 Java 的替代方案。
安装设置:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "gradle.plugin.com.flipboard:psync:1.1.5"
}
}
apply plugin: 'com.android.application' // Can be library too
apply plugin: 'com.flipboard.psync'配置方法:
psync {
className = "MyClassName"
includesPattern = "**/xml/<mypatternforfiles>.xml"
packageName = "com.example.myapp"
generateRx = true
}
Hit Refresh
Satya Nadella、Greg Shaw / HarperBusiness / 2017-9-26 / USD 20.37
Hit Refresh is about individual change, about the transformation happening inside of Microsoft and the technology that will soon impact all of our lives—the arrival of the most exciting and disruptive......一起来看看 《Hit Refresh》 这本书的介绍吧!
