/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

zserge.com
| | handstandsam.com
1.8 parsecs away

Travel
| | [AI summary] The author argues for the creation of a single 'fat' Android Archive (AAR) artifact from multiple modular libraries to simplify code obfuscation, optimization, and distribution for SDKs, despite current Gradle tooling limitations.
| | www.marcogomiero.com
1.3 parsecs away

Travel
| | Update - February 2021 As you may have heard, JCenter is shutting down in May 2021. Into the Sunset on May 1st: Bintray, JCenter, GoCenter, and ChartCenter https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ So, this tutorial is no longer recommended because it explains how to publish an Android library to JCenter. I suggested you follow this guide written by Márton Braun. Publishing Android libraries to MavenCentral in 2021 https://getstream.io/blog/publishing-libraries-to-mavencentral-2021/ If you have already published a library on JCenter and you want to migrate the old artifacts to MavenCentral, you can follow the guide that I've written:
| | prashamhtrivedi.in
1.5 parsecs away

Travel
| | Sharing code from Private libraries is a difficult task. In this post we will see how we can use BitBucket as Private Maven Repository.
| | blog.phusion.nl
17.6 parsecs away

Travel
| When building Docker containers, you should be aware of the PID 1 zombie reaping problem. That problem can cause unexpected and obscure-looking issues when you least expect it. This article explains the PID 1 problem, explains how you can solve it, and presents a pre-built solution that you can use: