/ToDo-kotlin

A ToDo application for Android built with Kotlin

Primary LanguageKotlin

Week #1 project: Kotlin on Android

Kotlin: Swift for Android

This is the 1st project of the 52 weeks, 52 projects challenge, showing the usage of Kotlin for building Android applications.

UI

The application is build using only the Android Framework, with no other dependencies rather than Kotlin. I wrote the Content Provider, the Cursor Adapter, and the Activities all in Kotlin instead of Java. The only Java files are the default test files, created automatically by Android Studio