Android Development in 2020
Through each new surprise and challenge of 2020, the Android development community continues to move forward. Whether it be new tools and libraries, updates to Kotlin, or the developer community adapting to a new normal
Through each new surprise and challenge of 2020, the Android development community continues to move forward. Whether it be new tools and libraries, updates to Kotlin, or the developer community adapting to a new normal
Learn to use GitHub CLI to manage your issues and pull requests. We’ll walk through the use of GitHub CLI for common developer workflows.
Have you tried Kotlin Multiplatform for building cross platform apps? How is Kotlin Multilpatform different from other cross platform solutions? Learn what makes Kotlin Multiplatform a unique and interesting approach to cross platform development.
Discover several frameworks that support server side Kotlin, and find resources to learn more.
What Android developer career paths are available and viable in 2020? What question do you ask yourself when considering your career future?
Learn to manually trigger GitHub Actions Workflows for Android build tasks.
Learn to manually trigger GitHub Actions workflows using Postman.
Learn to manually trigger scheduled GitHub Actions workflows by sending repository_dispatch events from the command line.
In this post, we’ll introduce you to formatting Kotlin code with ktlint, and specifically focus on adding ktlint to your Kotlin project.