Week #17 ❤ Kotlin

Yusuf Çakmak
Android Libraries Weekly
2 min readNov 7, 2017

1 - KotlinConf App

This repository contains the source code of the application.

All pieces of the application are implemented in Kotlin. Backend, frontend and mobile apps are Kotlin applications.

2 - Kotlin Guides

Kotlin is Android’s newest supported programming language. It is expressive, concise, extensible, powerful, and a joy to read and write.

These guides provide a set of rules to follow when writing Kotlin for Android.

3 - Android Clean Architecture Boilerplate

We hope this boilerplate is not only helpful to other developers, but also that it helps to educate in the area of architecture.

4 - Tivi

Tivi is a work-in-progress TV show tracking Android app, which connects to Trakt.tv. It is still in its early stages of development and currently only contains two pieces of UI. It is under heavy development.

5- Anko

Anko is a Kotlin library which makes Android application development faster and easier. It makes your code clean and easy to read, and lets you forget about rough edges of the Android SDK for Java.

6 - Awesome Kotlin

A curated list of awesome Kotlin related stuff inspired by awesome-java

7 - Kotlin Koans

Kotlin Koans Workshop is a series of exercises to get you familiar with the Kotlin Syntax. Each exercise is created as a failing unit test and your job is to make it pass.

--

--