/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

ryanharter.com
| | andreabergia.com
2.1 parsecs away

Travel
| | 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, ...
| | www.vogella.com
1.9 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.
| | inthecheesefactory.com
1.8 parsecs away

Travel
| | 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
| | developerlife.com
18.1 parsecs away

Travel
| This tutorial will show you how to create a sub-Activity from a calling-Activity, and process the results produced by the sub-Activity, if you want to do so. Also, the various ways of launching a sub-Activity are covered, along with the Android Activity history stack. A subclass of Activity is also provided that makes it trivial to launch sub-Activities and respond to results from them.