One of the most important lessons I ever learned as a developer, although it took some time to sink in, was “don’t reinvent the wheel.” Understanding how to use libraries in Android Studio is a big ...
Kotlin is all the rage now that it has been deemed a first-class programming language for developing Android apps. Actually, it's been raging all on its own for a while now, as evidenced by the Stack ...
Kotlin offers big advantages over Java for JVM and Android development, and plays nicely with Java in the same projects. Kotlin is a general purpose, free, open source, statically typed “pragmatic” ...
Android Studio offers a rich palette of built-in development tools, and an even more abundant plugin ecosystem. The first three articles in this series focused on installation and setup and coding and ...