Explore >> Select a destination


You are here

blog.gradle.org
| | android-developers.googleblog.com
12.0 parsecs away

Travel
| | News and insights on the Android platform, developer tools, and events.
| | msfjarvis.dev
11.4 parsecs away

Travel
| | Gradles convention plugins are a fantastic way to share common build configuration, why not take them a step further?
| | blog.screenshotbot.io
11.3 parsecs away

Travel
| | We're super excited to see Google announce Compose Preview Screenshot Tests. With this, screenshot testing is officially part of the Android ecosystem, and is now the recommended way to test your adaptive layouts across multiple device configuration. If you missed the announcement, here's the Google IO talk: https://www.youtube.com/watch?v=wBc6oMVAP60 You might have questions on how to...
| | blog.kdgregory.com
56.3 parsecs away

Travel
| When I want to package a Java application in a single JAR with all of its dependencies, I normally turn to Maven's Shade plugin. This ...