摘要: To create complex lists and cards with material design styles in your apps, you can use the RecyclerView and CardView widgets. //想要创建复杂的带有material des 阅读全文
posted @ 2016-06-12 15:32 yexiant 阅读(262) 评论(0) 推荐(0) 编辑
摘要: Only the smallest of projects has a single build file and source tree, unless it happens to be a massive, monolithic application. It’s often much easi 阅读全文
posted @ 2016-06-12 14:34 yexiant 阅读(356) 评论(0) 推荐(0) 编辑
摘要: This chapter introduces some of the basics of dependency management in Gradle. 7.1. What is dependency management? Very roughly, dependency management 阅读全文
posted @ 2016-06-12 10:15 yexiant 阅读(310) 评论(0) 推荐(0) 编辑
摘要: Most tools require installation on your computer before you can use them. If the installation is easy, you may think that’s fine. But it can be an unn 阅读全文
posted @ 2016-05-26 17:47 yexiant 阅读(615) 评论(0) 推荐(0) 编辑
摘要: This chapter introduces the basics of the Gradle command-line. You run a build using the gradle command, which you have already seen in action in prev 阅读全文
posted @ 2016-05-24 14:27 yexiant 阅读(2630) 评论(0) 推荐(0) 编辑
摘要: 3.1. Prerequisites Gradle requires a Java JDK or JRE to be installed, version 6 or higher (to check, use java -version). Gradle ships with its own Gro 阅读全文
posted @ 2016-05-23 11:34 yexiant 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 2.1. Features //gradle特性 Here is a list of some of Gradle's features. Declarative builds and build-by-convention At the heart of Gradle lies a rich ex 阅读全文
posted @ 2016-05-23 11:27 yexiant 阅读(113) 评论(0) 推荐(0) 编辑
摘要: We would like to introduce Gradle to you, a build system that we think is a quantum leap for build technology in the Java (JVM) world. Gradle provides 阅读全文
posted @ 2016-05-23 11:00 yexiant 阅读(135) 评论(0) 推荐(0) 编辑