Sure I had the same doubts initially, but I confes...
# android
l
Sure I had the same doubts initially, but I confess I switched most because of hype and because I found very pleasant to writing Kotlin code 🙈
n
Even I love writing it in Kotlin. But I get questions like is it helping in performance of the app written ?
that bothers me . But now I am clear
l
I think it helped not because of the programming language per se, but because I started to care more about writing better code.
n
Ok . Thank you
thanks for you time and suggestion
It will help me for sure
l
no problem at all, any question just ask
n
Any idea about coroutines ?
l
especially about coroutines
n
I am not able to understand on it
l
for instance I found that writing IO operations in parallel with coroutines made my IO operations much faster
I could have done this with threads and java, but writing the same thing is just much easier and clean and fluid
n
I need to learn it
but not able to understand the concept. May be i should give it a try with some examples
l
the coroutines guides are very well detailed and I recommend. I still don't fully understand most of the features it but only with the basics I was able to improve this operation converting/writing images into the disk
n
Thanks @leosan
l
and I think I would definitely have much more trouble to understand parallelism in Java and doing this with threads. But this is just my personal feedback
n
ok