Hi guys, i'm new with kotlin. do you have any kotlin libraries that should be noted or you usually use in your projects?
i've seen Ravindra Kumar's repo, and wondering if there are any other interesing libraries i should aware of while developing Android with kotlin?
cheers š
https://github.com/ravidsrk/android-mvp-kotlin-starter
l
louiscad
05/18/2017, 6:38 PM
ferrytan: I use my own library, Splitties for Preferences, global ref to applicationContext, and several other things (which are all split per independent module), you check it out here: https://github.com/LouisCAD/Splitties
š 1
f
ferrytan
05/18/2017, 6:43 PM
amazing, thank you Louis i'll look into it!
l
louiscad
05/18/2017, 6:46 PM
Let me know what you think about it, and about your experience if it's useful in a project you work on!