10 Useful Kotlin Extension Functions for Android Developers #2

<p>Thanks for showing your love for the Kotlin extension functions in the first part. I would like to share more extensions to help you improve your programming experience with Android and Kotlin. If you have not read it yet, you can check it out at the link below.</p> <h2><a href="https://medium.com/@akshay.kalola28/10-useful-kotlin-extension-functions-for-android-developer-7614ef800c3d?source=post_page-----c063d0b1464e--------------------------------" rel="noopener follow" target="_blank">10 Useful Kotlin Extension Functions for Android Developer</a></h2> <h3><a href="https://medium.com/@akshay.kalola28/10-useful-kotlin-extension-functions-for-android-developer-7614ef800c3d?source=post_page-----c063d0b1464e--------------------------------" rel="noopener follow" target="_blank">Improve android development experience using extension function</a></h3> <p><a href="https://medium.com/@akshay.kalola28/10-useful-kotlin-extension-functions-for-android-developer-7614ef800c3d?source=post_page-----c063d0b1464e--------------------------------" rel="noopener follow" target="_blank">medium.com</a></p> <h2>Prerequisite</h2> <p>Should have basic knowledge of kotlin syntax and android</p> <blockquote> <p>Start working with new chapter&hellip;</p> </blockquote> <h2>Value from EditText</h2> <p>Through the text property of&nbsp;<code>EditText</code>, you can quickly obtain the text from EditText. But, it&rsquo;s&nbsp;<code>Editable</code>. So, we have to convert it to a string for each and every time to get the exact value from EditText. But, here is the catch, you can easily get value from EditText using the extension property listed below.</p> <p><a href="https://medium.com/@akshay.kalola28/10-useful-kotlin-extension-functions-for-android-developers-2-c063d0b1464e"><strong>Read More</strong></a></p>