|
You are here |
andreabergia.com | ||
| | | | |
ncorti.com
|
|
| | | | | How Composite Builds can simplify your Gradle build, especially if you're building a custom Gradle Plugin. | |
| | | | |
ryanharter.com
|
|
| | | | | Remember the olden days of Android development? There were times when including a library in a project meant relative links to source, or using Maven. Fortunately for us, those days are long gone now with the introduction of Gradle. Gradle has made developing and consuming libraries for Android amazingly simple, and has spurred a new boom in library development for Android. We've always had a large, open, inclusive community to boast of, but over the past year or two it has only gotten better as the comm... | |
| | | | |
rishigoomar.com
|
|
| | | | | 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. | |
| | | | |
lucasr.org
|
|
| | | Up until now, Probe relied on dynamic view proxies generated at runtime to intercept View calls. Although very convenient, this approach greatly affects the time to inflate your layouts-which limits the number of use cases for the library, especially in more complex apps. | ||