Top "Anko" questions

Anko is a deprecated JetBrains library for Android application development

Kotlin addTextChangeListener lambda?

How do you build a lambda expression for the EditText addTextChangeListener in Kotlin? Below gives an error: passwordEditText.addTextChangedListener { charSequence …

android kotlin textview anko
Call a default constructor from another one in Kotlin

In Kotlin, when a class has multiple constructors how can we call the designated (coming from iOS world I could …

kotlin anko
How to set a custom font for android application?

I can't seem to be able to change the standard android font to another in my application. I'm writing my …

android kotlin anko
Could not get unknown property 'anko_version' for object of type...?

I am trying to use Anko with my Android Kotlin Project. I have added the line to my dependencies / gradle …

android gradle kotlin anko
How to use Anko DSL inside a Fragment?

The Github wiki page show this example to be used in Activity instance: override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(…

android android-layout android-fragments kotlin anko
Parcel: unable to marshal value

I'm using Kotlin with Anko and I want to send to another activity a list of Players. class Player(var …

android kotlin anko