/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

inthecheesefactory.com
| | jonathanbayless.com
2.4 parsecs away

Travel
| | The blog of Jonathan Bayless
| | ryanharter.com
1.8 parsecs away

Travel
| | 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
1.6 parsecs away

Travel
| | [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
15.5 parsecs away

Travel
| 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...