Explore >> Select a destination


You are here

jonathanbayless.com
| | 0xzhangke.github.io
3.9 parsecs away

Travel
| |
| | wittchen.io
7.0 parsecs away

Travel
| | Introduction Some time ago, Ive written an article about Test coverage report for Android application. It got some interest (many comments below article and many visits according to Google Analytics), so I decided to refresh this topic. Previously, Ive written instrumentation unit tests, which needed to be executed on a real device or an emulator. Its a good approach when you want to test functionalities strongly connected with the device. E.
| | blog.gradle.org
3.3 parsecs away

Travel
| | [AI summary] Gradle Inc. announces an Early Access Preview of Declarative Gradle, a new experimental build language designed to simplify software configuration for developers through a declarative DSL and higher-level software types.
| | sookocheff.com
15.8 parsecs away

Travel
| I've been experimenting with the Google Cloud Dataflow Java SDK for running managed data processing pipelines. One of the first tasks is getting a build environment up and running. For this I chose Gradle. We start by declaring this a java application and listing the configuration variables that declare the source compatibility level (which for now must be 1.7) and the main class to be executed by the run task to be defined later.