# anko-example **Repository Path**: mirrors_Kotlin/anko-example ## Basic Information - **Project Name**: anko-example - **Description**: A small application built with Anko DSL - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Anko Example Project =========== [![obsolete JetBrains project](https://jb.gg/badges/obsolete.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) :warning: Anko is deprecated. Please see [this page](https://github.com/Kotlin/anko/blob/16ff09b952f8fb3ce2c6107caf6e788ef50ec19f/GOODBYE.md) for more information. Code in this repo shows how to set up [Anko](https://github.com/JetBrains/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](https://plugins.jetbrains.com/plugin/6954?pr=androidstudio). 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](https://github.com/JetBrains/anko).