https://kotlinlang.org logo
#android
Title
# android
i

igor.wojda

11/17/2018, 11:29 PM
Is there any docs listing all the extension present in Android KTX?
l

louiscad

11/18/2018, 7:38 AM
There's kotlin version of the docs on d.android.com, and it includes extensions in the package summary
i

igor.wojda

11/18/2018, 9:47 AM
I only found this page https://developer.android.com/kotlin/ktx , but it has only 4 examples ;-/ I would like to check more examples to gets some inspiration, just to know where ktx can help me / what problems it is solving
s

Sam

11/18/2018, 5:03 PM
Just download the code from AOSP and use indexing feature to search when you are looking for a function
i

igor.wojda

11/18/2018, 5:04 PM
I was hoping to get much better docs, however I see it does not exists. Anyway thanks for help
s

Sam

11/18/2018, 5:04 PM
Yeah, sadly discovery is the problem
package based browsing is just a pain
download once and set it up and you will appreciate the time it will save going forward
a

arekolek

11/19/2018, 8:30 AM
You can click through the packages on the page you linked to
and
There you have extension functions listed
It’s not 100% up to date, but it’s a start
i

igor.wojda

11/19/2018, 10:06 PM
image.png
I have found better way directly is AS