↓ Skip to Main Content

PatrickJackson.dev

Main Navigation

  • Home
  • About Me

Optimizing Android Build Time

By patjackson52 Posted on October 5, 2019 Posted in Android Tagged with android, gradle

Android developers get all the benefits of a nice statically compiled language, but that comes at a cost – build time. Compile times can add up quickly and be a big disruption in workflow. Builds taking minutes are not uncommon. …

Optimizing Android Build Time Read more »

toLowerCase() lint warnings

By patjackson52 Posted on September 12, 2019 Posted in Uncategorized Tagged with kotlin

You may run across a lint warning in Java or Kotlin on when using String.toLowerCase(). “Implicitly using the default locale is a common source of bugs: Use toLowerCase(Locale) instead.” So we can slap a @SupressWarning on the method and be …

toLowerCase() lint warnings Read more »

Posts pagination

Previous 1 2
Copyright © 2025 PatrickJackson.dev | Powered by Responsive Theme