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

Sample to introduce Anko library

Over View

This is a detailed sample to show how to use anko library(up to now(2018/11/27 , it is v0.10.8) in the Android Gradle project. The application is 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.

Importing | Instruments:

android studio 3.2.1

build:gradle:3.2.1

gradle-version :gradle-4.6

buildToolsVersion "28.0.2"

kotlin:1.3.0