|
You are here |
jonathanbayless.com | ||
| | | | |
wittchen.io
|
|
| | | | | 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
|
|
| | | | | [AI summary] Gradle, Inc. announces the second Early Access Preview (EAP 2) of Declarative Gradle, highlighting updates to the declarative configuration language (DCL), improved IDE support, and new features for Android projects. | |
| | | | |
inthecheesefactory.com
|
|
| | | | | Android Studio 1.3's stageis closed to the stable release. Newfeatures are keep coming including full NDK support. And it seems like some major change isalsobeing waited for it | |
| | | | |
andreabergia.com
|
|
| | | In this short series, we are going to dig a bit in how one writes a gradle plugin. Our plugins won't do anything useful except some println; however I hope to manage to explain some concept and to save you some time in case you have to write one. The source code for this tutorial is available on github at https://github.com/andreabergia/sample-gradle-plugin. Our first plugin Link to heading The repository is split in two projects: gradleplugin and usage. Quite obviously, gradleplugin defines our plugin, ... | ||