Kotlin provides the ability to extend a class with new functionality without having to inherit from the class or use any type of design pattern such as Decorator. This is done via special declarations called extensions.
Questions tagged [kotlin-extension]
333 questions
-3
votes
2 answers
Accessing TextView in a custom class in Kotlin
I'm a newbie in Android and Kotlin and I'm facing a problem that I can't solve it. I have a activity_main.xml file that contains a seekBar and a TextView. When I'm changing the seekBar I want to display the changed value in the TextView in…

Kristof
- 3
- 1
- 4
-4
votes
1 answer
How to create project in Kotlin | Android Studio 3.1.1
I am learning Kotlin and i need to create some demos in Kotlin.
Whenever i am going to create new project, i am always getting this -
Can anybody help me.
Thanks in advance.

Shoeb Siddique
- 2,805
- 1
- 22
- 42
-4
votes
3 answers
Is kotlin both functional and procedural?
Apart from object oriented can it support procedural and functional programming styles?
I want to develop an android app using Android Studio so I could explore various programming styles kotlin has to offer which would really help me explore this…

Ruby
- 131
- 1
- 7