anko-example icon indicating copy to clipboard operation
anko-example copied to clipboard

A small application built with Anko DSL

Anko Example Project

Code in this repo shows how to set up Anko library in the Android Gradle project. The application is very simple yet working and shows some important Anko concepts. Please take into account that to work with this code in Android Studio you will need to install Kotlin plugin from JetBrains Plugins.

The repo can be also used as a template, so it may be a nice starting point for your new app. Come get some! :thumbsup:

Importing

Project can be easily imported into IntelliJ IDEA 15 or Android Studio. Select File | Import project… and open the build.gradle file.

So what is Anko?

You can read more about Anko library here.