All the examples that aren't part of the Android RSS Reader.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Miguel Castiblanco 04dd43010e [all] Updated according to the final drafts 5 years ago
gradle/wrapper [init] Initial commit with the code from the first seven chapters 5 years ago
src [all] Updated according to the final drafts 5 years ago
.gitignore [init] Initial commit with the code from the first seven chapters 5 years ago
README.md Update 'README.md' 5 years ago
build.gradle [final drafts] Updated code according to the final drafts of chapters 7 and 8 5 years ago
gradlew [init] Initial commit with the code from the first seven chapters 5 years ago
gradlew.bat [init] Initial commit with the code from the first seven chapters 5 years ago
settings.gradle [init] Initial commit with the code from the first seven chapters 5 years ago

README.md

Learning Concurrency in Kotlin - Code Examples

This repository contains the code examples for the book Learning Concurrency in Kotlin, written by yours truly and published by Packt. You can find more information about the book here.

Each chapter is divided in its own package, and each package contains all the examples that match the topics covered in the book.

Important

Notice that the code for the RSS Reader written throughout the book can be found here. This repo contains all the examples that aren't part of that application.