我們是用 nexus,也過著幸福美滿的日子 (咦。
先前有看到 Hosting a Private Maven Repo on Amazon S31 ,等 s3 repo2 變正式功能再來想要不要換
maven {
url "s3://pixite-maven/snapshots"
credentials(AwsCredentials) {
accessKey AWS_ACCESS_KEY
secretKey AWS_SECRET_KEY
}
}
haocheng
積分 0
Bottomline: lambdas in Java 8 on Android are not at all free, and one should probably think twice every time and choose between good code and performance. In Kotlin, you don’t have to make such compromises, and you can use lambdas as much as you need to express the ideas in your code.
蠻好奇在 Android 用 Lambda 語法對效能會有多大影響...
IngramChen
積分 0
Android 走向 Java 8,而且還開發了專用的 jack and jill compiler,所以 Android 的路線很清楚了,未來不會像 iOS 一樣會有一個新一代的語言。
kotlin 哭哭