This repository contains the Android application used to put in practice the topics of the book.
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.

572 B

Learning Concurrency in Kotlin - RSS Reader

Throughout the book Learning Concurrency in Kotlin we put in practice most of the topics by writing an iterating over an RSS Reader for Android. This repository contains the final code for each chapter.

You can find more information about the book here.

Important

Notice that the code examples covered in the book, but that aren't part of the RSS Reader, are located here.