/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

adambennett.dev
| | blog.blundellapps.co.uk
3.9 parsecs away

Travel
| | Non-transitive R files allow builds to be incrementally faster & AAB/APK's smaller. This post will explain how to build your app with non-transitive R files.
| | www.marcogomiero.com
4.5 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:
| | ncorti.com
2.9 parsecs away

Travel
| | How to use AndroidX migrated libraries on not yet migrated Android projects
| | www.jasonwhaley.com
25.0 parsecs away

Travel
| I was running in to a problem with a Java project that occured only in IntelliJ Idea, but not on the command line, when running specific test classes ...