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 ex
Notebook archive
Writing notes
Loose pages, technical margins, and small notes gathered into a readable stack.
If you run into this in Android Studio, you may need a gradle update. I've ran into this while using Gradle v5.6.2 and Kotlin v1.3.61. I was also using the kotl
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 standa
A common pattern is to delay execution of some code for a given amount of time. In Android and iOS there are several ways to do, such as the above snippet. How
Earlier this year I began work on ReduxKotlin.org – a port of the Javascript library Redux. This series of posts will describe the what, why, how, and the visio
Using HTML in TextViews can be helpful for formatting, especially when displaying content retrieved from a server. For optimal layout and control a custom nativ