代码改变世界

随笔档案-2016年07月

[Android Tips] 22. Available Java 7 Features in Android

2016-07-16 11:53 by shaobin0604, 279 阅读, 收藏,
摘要: This only allows Java 7 language features, and you can hardly benefit from anything since a half of improvement also comes from the library. Features 阅读全文

[Android Tips] 21. Regex Named Groups in Android

2016-07-12 20:53 by shaobin0604, 511 阅读, 收藏,
摘要: Android SDK 并没有包含 Java 7 新增加的命名捕获组功能,需要使用第三方库 https://github.com/tony19/named regexp 参考 "Regex Named Groups in Java" "Java Regex Helper" "Named Captur 阅读全文