Can anyone recommend beginner-friendly open source Kotlin projects?
t
tipsy
06/04/2019, 2:20 PM
beginner friendly in what sense?
i have an open source project and i consider myself very friendly to beginners 🤔
😄 3
v
Vague
06/04/2019, 2:28 PM
Not domain specific, generally helps a beginner to have a whole view of how the parts work together. Also built with the best practices.
r
rook
06/04/2019, 4:10 PM
A beginner at Kotlin or a beginner at programming?
l
louiscad
06/04/2019, 5:38 PM
Which platform? App sample, full featured production app or library?
v
Vague
06/04/2019, 6:18 PM
Beginner at Kotlin...
Anything really!
l
louiscad
06/04/2019, 8:54 PM
I can recommend an open source set of libraries (targeting mainly Android) I'm working on since before I knew about Kotlin, but that has been over 99% Kotlin for a long time now. It's called Splitties. It might give you inspiration to write helper extensions and more. Check out the develop branch here: https://github.com/LouisCAD/Splitties/tree/develop