Hi guys, i'm new with kotlin. do you have any kotl...
# android
f
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
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
amazing, thank you Louis i'll look into it!
l
Let me know what you think about it, and about your experience if it's useful in a project you work on!