|
You are here |
inthecheesefactory.com | ||
| | | | |
jonathanbayless.com
|
|
| | | | | The blog of Jonathan Bayless | |
| | | | |
ryanharter.com
|
|
| | | | | I've been using ant to build my Android projects for as long as I can remember. There are many reasons for this, like build consistency and workstation agnosticism, but you can read this article if you want to check that out. Ant is a good tool, but never offered the flexibility that I would have liked in a project. That's where Gradle steps in. After seeing all of the power of the new Gradle build system, I knew I had to convert Hashnote to Gradle. | |
| | | | |
www.vogella.com
|
|
| | | | | [AI summary] This tutorial explains how to build Android applications using Apache Maven and the android-maven-plugin, covering Gradle basics, resource shrinking, and dependency management. | |
| | | | |
arpitonline.com
|
|
| | | In my previous post, I had written a bit about creating custom Layouts for Android. However to make a truly reusable layout there are a few more things we'd probably need: Some unique properties that you may want to assign to it via XML (Like LinearLayout has an orientation property unique to it) Custom LayoutParams... | ||