↓ Skip to Main Content

PatrickJackson.dev

Main Navigation

  • Home
  • About Me

Tag: kotlin

Tips, tricks, gotchas, & how-tos on kotlin

Kadane’s Algorithm

By patjackson52 Posted on February 18, 2020 Posted in Computer Science Tagged with algorithms, daily-coding, kotlin

Computer science history is all about building upon the work that came before us – “standing on the shoulders of giants” as it goes. Kadane’s Algorithm is no exception. And in this case it took fresh eyes just one minute …

Kadane’s Algorithm Read more »

Multiplatform: Apple AppStore Thoughts

By patjackson52 Posted on January 25, 2020 Posted in opinion Tagged with ios, kotlin, kotlin-multiplatform

Apple has always valued great user experience. Its App store is guarded by App store reviews with the authority to reject anything that does not meet its standards. This must be considered when selecting a multiplatform solution. Jobs himself was …

Multiplatform: Apple AppStore Thoughts 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 »

Copyright © 2025 PatrickJackson.dev | Powered by Responsive Theme