Is there any docs listing all the extension presen...
# android
i
Is there any docs listing all the extension present in Android KTX?
l
There's kotlin version of the docs on d.android.com, and it includes extensions in the package summary
i
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
Just download the code from AOSP and use indexing feature to search when you are looking for a function
i
I was hoping to get much better docs, however I see it does not exists. Anyway thanks for help
s
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
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
image.png
I have found better way directly is AS