/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

andreabergia.com
| | rishigoomar.com
1.9 parsecs away

Travel
| | Gradle has recently released a feature called Composite Builds starting from version 3.1. It allows you to combine multiple different Gradle builds from different projects together.
| | ryanharter.com
2.1 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.
| | blog.pchudzik.com
2.6 parsecs away

Travel
| |
| | staydecent.ca
22.0 parsecs away

Travel
| [AI summary] The article explains how to create reusable view components in Android by extending ViewGroup classes and using XML layouts, similar to practices in frontend JavaScript frameworks.